Fixed a bug that disallowed overwriting equipment quick slots with inventory quick slots.

This commit is contained in:
Storm Dragon
2026-03-01 19:18:51 -05:00
parent 2857507da7
commit e3d1626ba8
10 changed files with 78 additions and 8 deletions
+1
View File
@@ -531,6 +531,7 @@ def write_catalog(entries: Dict[str, Dict[str, object]], output_path: Path) -> N
("system.menu.no_options", "No options."),
("system.menu.no_matches", "No matches for {arg1}."),
("system.menu.main.story", "The story"),
("system.menu.main.language", "Language"),
("system.option.no", "No"),
("system.option.yes", "Yes"),
("system.inventory.cant_carry_any_more_item", "You can't carry any more {item}."),