diff options
| author | historia <[not public]> | 2026-06-21 02:26:57 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-21 02:26:57 -0400 |
| commit | e4bc2de6e6aa507044a6a75b4c1954974539a857 (patch) | |
| tree | 608f22548bf2b6a1a4b02bedad05ec7f3a3aa3f2 /internal/game/core_production.go | |
| parent | c36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b (diff) | |
| download | thehouseoficarus-e4bc2de6e6aa507044a6a75b4c1954974539a857.tar.gz | |
feat: combat health bar. color improvements.
Diffstat (limited to 'internal/game/core_production.go')
| -rw-r--r-- | internal/game/core_production.go | 2 |
1 files changed, 1 insertions, 1 deletions
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)) } } |
