Save and load game fixes (and some other small fixes) (#466)

This commit is contained in:
Julian Murgia
2021-11-29 14:21:29 +01:00
committed by GitHub
parent dcb9db488d
commit b031d69cd9
19 changed files with 177 additions and 79 deletions

View File

@@ -60,8 +60,7 @@ func add_new_item_by_id(item_id: String) -> void:
escoria.logger.report_errors(
"inventory_ui.gd:add_new_item_by_id()",
[
"Item global id '%s' does not exist." % item_id,
"Check item's id in ESCORIA_ALL_ITEMS scene."
"Item global id '%s' does not exist." % item_id
]
)