From e4400c5f1e84c18d2126f2cb502ae10685977cbb Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 03:20:01 -0400 Subject: refactor: combined all station crafting --- internal/world/room.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'internal/world/room.go') diff --git a/internal/world/room.go b/internal/world/room.go index f006acc..9226a16 100644 --- a/internal/world/room.go +++ b/internal/world/room.go @@ -35,9 +35,7 @@ var OppositeExit = map[ExitDir]ExitDir{ } var ExitOrder = []ExitDir{ - "northwest", North, "northeast", - East, "southeast", South, "southwest", - West, Up, Down, + North, South, East, West, Up, Down, } type SpawnDef struct { -- cgit v1.2.3