From 726997d799edc388cd448e978d5bb0755aaa551c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 7 Jul 2026 16:46:32 -0400 Subject: feat: bitpacked and base64 encoded VisitedRooms in player YAML to keep the file human readable --- internal/player/player.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/player/player.go') diff --git a/internal/player/player.go b/internal/player/player.go index 65026e7..fcf274b 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -333,8 +333,7 @@ func New(name string) *Player { RoomID: 0, MapSymbols: make(map[int]MapSymbolData), Stats: PlayerStats{ - RoomsVisited: make(map[int]bool), - MobKills: make(map[string]int), + MobKills: make(map[string]int), }, } for _, s := range AllSkills { -- cgit v1.2.3