Skip to content

Commit 8031f3c

Browse files
committed
Band-Aid fix for sushi not healing the player
"hero" for some reason isn't recognised as a" healing potion command". Setting it to "all" seems to fix the issue.
1 parent e2a4d64 commit 8031f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/Resources/registry/Potions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
storeDesc = @potion_healsmall_desc
2626
displayName = @potion_healsmall_name
2727
icon = Sprites/Icons/potion_health
28-
heal = hero
28+
heal = all
2929

3030
[healthSmallZ]
3131
pressedSound = Sounds/UI_Sushi_Eat_ST_OS_01
@@ -36,7 +36,7 @@
3636
storeDesc = @potion_z_healsmall_desc
3737
displayName = @potion_z_healsmall_name
3838
icon = Sprites/Icons/potion_enemy_health
39-
heal = hero
39+
heal = all
4040

4141
[healthBig]
4242
pressedSound = Sounds/UI_BigSushi_Eat_ST_OS_01

0 commit comments

Comments
 (0)