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}