diff options
author | piernov <piernov@piernov.org> | 2016-05-08 14:39:31 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-05-08 14:39:31 +0200 |
commit | e46e058e34c030c4a5342e82dd24ac49104d56e9 (patch) | |
tree | 67790a84bbf3956a066f2140f443cb282183cff9 | |
parent | 206c01cb1d89e7b04553af7eaf363e2cfb0c1ee3 (diff) | |
download | candybox-e46e058e34c030c4a5342e82dd24ac49104d56e9.tar.gz candybox-e46e058e34c030c4a5342e82dd24ac49104d56e9.tar.bz2 candybox-e46e058e34c030c4a5342e82dd24ac49104d56e9.tar.xz candybox-e46e058e34c030c4a5342e82dd24ac49104d56e9.zip |
Add features hp+3 to Life Bottle
-rw-r--r-- | data/items.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/items.xml b/data/items.xml index 6c19b84..9489b1a 100644 --- a/data/items.xml +++ b/data/items.xml @@ -24,7 +24,9 @@ <item> <name>Life Bottle</name> <cost>5</cost> - <features></features> + <features> + <hp>+3</hp> + </features> <icon>🍶</icon> <description>A bottle which can heal you by regaining hp</description> </item> |