From 5b9a75a1520a198c9c6b1f1f55e05c9f4aab5629 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 22 Jun 2026 04:24:11 -0400 Subject: feat: map now only reveals with exploration. players can set custom map symbols. --- internal/world/room.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/world') diff --git a/internal/world/room.go b/internal/world/room.go index 9226a16..752ec41 100644 --- a/internal/world/room.go +++ b/internal/world/room.go @@ -67,7 +67,6 @@ type Room struct { ID int `yaml:"id"` Name string `yaml:"name"` Description string `yaml:"description"` - MapSymbol string `yaml:"map_symbol"` Exits map[ExitDir]ExitDef `yaml:"exits"` Objects []RoomObject `yaml:"objects"` ItemSpawns []SpawnDef `yaml:"item_spawns"` -- cgit v1.2.3