Fixed a bug that disallowed overwriting equipment quick slots with inventory quick slots.
This commit is contained in:
@@ -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}."),
|
||||
|
||||
Reference in New Issue
Block a user