From 7b009e904524f30cbff6346730e8d8fe4b046a6b Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 4 Jul 2026 19:32:05 -0400 Subject: feat: add casino chips, change drops to chips --- internal/player/player.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/player') diff --git a/internal/player/player.go b/internal/player/player.go index 2f83c21..72eb455 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -166,6 +166,7 @@ type Player struct { RoomID int `yaml:"room_id"` HP int `yaml:"hp"` Credits int `yaml:"credits"` + BankedCredits int `yaml:"banked_credits"` Description string `yaml:"description"` AttackStyle AttackStyle `yaml:"attack_style"` Prompt string `yaml:"prompt"` -- cgit v1.2.3