add unusable SC card IDs in comments

This commit is contained in:
Martin Michelsen
2023-08-20 09:26:28 -07:00
parent 27b368c2fb
commit dd5ef0c8a4
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -640,7 +640,7 @@ void CardDefinition::Stat::decode_code() {
string CardDefinition::Stat::str() const {
switch (this->type) {
case Type::BLANK:
return "";
return "(blank)";
case Type::STAT:
return string_printf("%hhd", this->stat);
case Type::PLUS_STAT: