diff options
author | piernov <piernov@piernov.org> | 2016-05-07 13:48:28 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-05-07 13:48:28 +0200 |
commit | b91588134f3067c2771011c10af77cda5f9031e8 (patch) | |
tree | a8e5f1bde0bfe9539bb5dd29e249ee8c6b1f36d6 /data/items.xml | |
parent | 8621eae6aa5fcdba0a60f0a5f1136412c61999ec (diff) | |
parent | 80f5826d1ac8f6d42866d5133c6f463943b96bab (diff) | |
download | candybox-b91588134f3067c2771011c10af77cda5f9031e8.tar.gz candybox-b91588134f3067c2771011c10af77cda5f9031e8.tar.bz2 candybox-b91588134f3067c2771011c10af77cda5f9031e8.tar.xz candybox-b91588134f3067c2771011c10af77cda5f9031e8.zip |
Merge branch 'alexichi' into feat/gui
Diffstat (limited to 'data/items.xml')
-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 8888796..6c19b84 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> |