From 04c2f53ec657d7c801cdbab8c555a1e7476903d2 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 13 Mar 2021 18:09:46 +0100 Subject: [PATCH] fix: fix health leaf --- .../datas/gamedata/items/medicines/healthleaf.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonic-radiance.love/datas/gamedata/items/medicines/healthleaf.lua b/sonic-radiance.love/datas/gamedata/items/medicines/healthleaf.lua index de033e5..268b3d5 100644 --- a/sonic-radiance.love/datas/gamedata/items/medicines/healthleaf.lua +++ b/sonic-radiance.love/datas/gamedata/items/medicines/healthleaf.lua @@ -1,6 +1,6 @@ return { - name = "healthseed", - fullname = "Health Seed", + name = "healthleaf", + fullname = "Health Leaf", description = "The leaf of a plant known for its healing effects. Heal a good amount.", conditions = { {"status", "ko", false}