aboutsummaryrefslogtreecommitdiff
path: root/internal/game/act_steal.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-18 03:40:02 -0400
committerhistoria <[not public]>2026-07-18 03:40:02 -0400
commitdb8ca1fe26a36b78074a424ae657b2cbb9b3af19 (patch)
tree9219f320de74f27cb5491e3cb6b0258c5713f0cb /internal/game/act_steal.go
parent467944adfa41673a3758d9622873abbe7ae35a49 (diff)
downloadthehouseoficarus-db8ca1fe26a36b78074a424ae657b2cbb9b3af19.tar.gz
feat(admin): admin color page more accurately represents game
Diffstat (limited to 'internal/game/act_steal.go')
-rw-r--r--internal/game/act_steal.go2
1 files changed, 1 insertions, 1 deletions
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
}