From beb188ce050fb76cdddc0bbeedee7ec608e47995 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 14 Jul 2026 17:13:18 -0400 Subject: feat: unicode hitsplat symbol, area name in look --- internal/game/act_agility.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/act_agility.go') diff --git a/internal/game/act_agility.go b/internal/game/act_agility.go index 5fbff48..68ecaab 100644 --- a/internal/game/act_agility.go +++ b/internal/game/act_agility.go @@ -160,7 +160,7 @@ func (g *Game) obstacleFail(sess *net.Session, p *player.Player, d *behavior.Obs p.HP = 1 } sess.WriteLine(g.colorize(sess, "damage_taken", - fmt.Sprintf("You take %d damage. HP: %d/%d", damage, p.HP, p.MaxHP()))) + fmt.Sprintf("You take %s damage. HP: %d/%d", g.dmgDisplay(sess, damage), p.HP, p.MaxHP()))) g.AccountStore.SaveCharacter(p) g.cancelAction(p) -- cgit v1.2.3