From db8ca1fe26a36b78074a424ae657b2cbb9b3af19 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 18 Jul 2026 03:40:02 -0400 Subject: feat(admin): admin color page more accurately represents game --- internal/game/act_steal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/act_steal.go') diff --git a/internal/game/act_steal.go b/internal/game/act_steal.go index bf0ce14..880acff 100644 --- a/internal/game/act_steal.go +++ b/internal/game/act_steal.go @@ -419,7 +419,7 @@ func (g *Game) giveStealLoot(sess *net.Session, p *player.Player, drop *behavior if drop.ItemID == "credits" { p.Credits += qty - sess.WriteLine(g.colorize(sess, "credits_pickup", fmt.Sprintf("You steal %d credits.", qty))) + sess.WriteLine(g.colorize(sess, "currency_pickup", fmt.Sprintf("You steal %d credits.", qty))) return } -- cgit v1.2.3