use enums for difficulty and language; fix enemy state aliases; closes #694

This commit is contained in:
Martin Michelsen
2025-10-17 20:53:25 -07:00
parent 052dcf8c6e
commit 46c2260d0f
70 changed files with 790 additions and 671 deletions
+1 -1
View File
@@ -940,7 +940,7 @@ ShellCommand c_show_slots(
if (player.guild_card_number) {
ret.emplace_back(format(" {}: {} => {} ({}, {}, {})",
z, player.guild_card_number, player.name,
char_for_language_code(player.language),
char_for_language(player.language),
name_for_char_class(player.char_class),
name_for_section_id(player.section_id)));
} else {