From e4bc2de6e6aa507044a6a75b4c1954974539a857 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 21 Jun 2026 02:26:57 -0400 Subject: feat: combat health bar. color improvements. --- internal/game/core_production.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/core_production.go') diff --git a/internal/game/core_production.go b/internal/game/core_production.go index 47a164c..b4101a9 100644 --- a/internal/game/core_production.go +++ b/internal/game/core_production.go @@ -286,7 +286,7 @@ func (g *Game) advanceProduction(sess *net.Session, p *player.Player) bool { msg := g.resolveCraftMessage(sess, craft.FailMessage, info.FailMessage, craft, item.ID, nil, p.HasItem) if msg != "" { - sess.WriteLine(g.colorize(sess, "damage", msg)) + sess.WriteLine(g.colorize(sess, "damage_taken", msg)) } } -- cgit v1.2.3