Skip to content

Commit

Permalink
fix for #421
Browse files Browse the repository at this point in the history
  • Loading branch information
marcrobledo committed Jan 2, 2024
1 parent 8611200 commit dc8aafc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zelda-totk/zelda-totk.class.item.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
The legend of Zelda: Tears of the Kingdom savegame editor - Item class (last update 2023-07-11)
The legend of Zelda: Tears of the Kingdom savegame editor - Item class (last update 2024-01-02)
by Marc Robledo 2023
item names compiled by Echocolat, Exincracci, HylianLZ and Karlos007
Expand Down Expand Up @@ -137,6 +137,7 @@ Item.MAXIMUM_QUANTITY={
Item_Ore_M:999999, //Large Zonaite
Energy_Material_01:999999, //Crystallized Charge
Obj_WarpDLC:3, //Travel Medallion
Obj_KorokNuts:1000, //Travel Medallion
MinusRupee_00:999999
};
Item.KEY_COUNTABLE=[
Expand Down

0 comments on commit dc8aafc

Please sign in to comment.