diff options
author | alexichi <alexbankai96@gmail.com> | 2016-05-01 13:55:08 +0200 |
---|---|---|
committer | alexichi <alexbankai96@gmail.com> | 2016-05-01 13:55:08 +0200 |
commit | 64b1663e55544e1ed0e072c4f624688625691c9f (patch) | |
tree | 2af1f1941361e89f17c1f32d60dfe6f2873f9bca /data | |
parent | 31866085151518f468794dc71b541543e6b2f691 (diff) | |
download | candybox-64b1663e55544e1ed0e072c4f624688625691c9f.tar.gz candybox-64b1663e55544e1ed0e072c4f624688625691c9f.tar.bz2 candybox-64b1663e55544e1ed0e072c4f624688625691c9f.tar.xz candybox-64b1663e55544e1ed0e072c4f624688625691c9f.zip |
Add dungeon without fight system
You can buy a "ticket" to access the dungeon
If you exit you have to buy another ticket
Problem when we update the page, the default sentence is displayed while it said that you can access the dungeon
Diffstat (limited to 'data')
-rw-r--r-- | data/items.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/items.xml b/data/items.xml index 6c19b84..8888796 100644 --- a/data/items.xml +++ b/data/items.xml @@ -25,7 +25,7 @@ <name>Life Bottle</name> <cost>5</cost> <features></features> - <icon>🍶</icon> + <icon>💧</icon> <description>A bottle which can heal you by regaining hp</description> </item> <item> @@ -34,7 +34,7 @@ <features> <power>20</power> </features> - <icon>🍶</icon> + <icon>💧</icon> <description>If used, you have 20% more chance to hit your enemy during the battle</description> </item> </category> |