Some label fixes

This commit is contained in:
2026-06-25 19:56:14 -05:00
parent d85737cc08
commit 722fe2ccfb
30 changed files with 290 additions and 105 deletions
+2 -2
View File
@@ -29,11 +29,11 @@ interface ItemNamespace {
declare var Item: ItemNamespace;
// Item ID constants injected as globals by the engine at startup.
// Item ID constants - injected as globals by the engine at startup.
declare var ITEM_ID_POTION: ItemId;
declare var ITEM_ID_POTATO: ItemId;
declare var ITEM_ID_APPLE: ItemId;
// Item type constants injected as globals by the engine at startup.
// Item type constants - injected as globals by the engine at startup.
declare var ITEM_TYPE_MEDICINE: ItemType;
declare var ITEM_TYPE_FOOD: ItemType;