Healers drinking from spring updates Hitpoints.

This commit is contained in:
Tooze 2026-04-11 03:26:20 -04:00
parent dc1b13363a
commit 19afda03eb

View file

@ -179,6 +179,7 @@ class BarbassaultGameArea : InteractionListener, MapArea {
heal(player, healAmount)
player.unlock()
sendMessage(player,"You've been healed $healAmount hitpoints.")
player.baSession?.updateBarbHealerIfaceHPOfPlayer(player)
return true
}
})