diff options
Diffstat (limited to 'data/items.xml')
-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> |