From 6b2b4bf470b655f01c5a21c5f558a6102402c214 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 19:24:25 -0400 Subject: feat: map implemented with BFS --- internal/player/player.go | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'internal/player') diff --git a/internal/player/player.go b/internal/player/player.go index cccf979..56ab06c 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -141,14 +141,15 @@ func New(name string) *Player { Equipment: make(map[object.EquipSlot]string), AttackStyle: Accurate, Toggles: map[string]bool{ - "description": true, - "tinymap": true, - "xpdrops": true, - "exits": true, - "mobenter": true, - "mobleave": true, - "mobspawn": true, - "reserve": true, + "description": true, + "tinymap": true, + "left-tinymap": false, + "xpdrops": true, + "exits": true, + "mobenter": true, + "mobleave": true, + "mobspawn": true, + "reserve": true, }, RoomID: 0, } -- cgit v1.2.3