diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-09 08:44:41 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-09 08:44:41 -0500 |
commit | 1382f79d57060dc38f6c45fd4fc865e0e565f90b (patch) | |
tree | 19d57dfa61ce77dc38caae73c0db559e01cb18b3 /config | |
parent | 36ef7e42fb1b151c64d69d96df7e33a9f4c47b83 (diff) |
quest completion
Diffstat (limited to 'config')
-rw-r--r-- | config/items.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/items.xml b/config/items.xml index 02d199e..02382d6 100644 --- a/config/items.xml +++ b/config/items.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <item name="Debug" type="Tool" maxStackSize="1" width="1" height="1" sprite="assets/items/ITEM_TEST.png" /> -<item name="Dank Maymay" type="Tool" maxStackSize="420" width="10" height="10" sprite="assets/items/ITEM_TEST.png" /> +<item name="Dank MayMay" type="Tool" maxStackSize="420" width="10" height="10" sprite="assets/items/ITEM_TEST.png" /> <item name="Your Bag" type="Equip" maxStackSize="1" width="5" height="5" sprite="assets/items/ITEM_TEST.png" /> <item name="Flashlight" type="Tool" maxStackSize="1" width="4" height="8" sprite="assets/items/flashlight_off.png" /> <item name="Wood Sword" type="Sword" maxStackSize="1" width="4" height="10" sprite="assets/items/SWORD_WOOD.png" /> |