diff --git a/world/town/rooms/cellar.toml b/world/town/rooms/cellar.toml index 0b0a899..7184204 100644 --- a/world/town/rooms/cellar.toml +++ b/world/town/rooms/cellar.toml @@ -6,3 +6,4 @@ Something skitters in the dark corners.""" [exits] up = "town:tavern" +down = "town:sewer_entrance" diff --git a/world/town/rooms/forge.toml b/world/town/rooms/forge.toml index 9592e1b..285a4e8 100644 --- a/world/town/rooms/forge.toml +++ b/world/town/rooms/forge.toml @@ -6,3 +6,4 @@ walls, gleaming with fresh oil.""" [exits] west = "town:market" +north = "town:armory" diff --git a/world/town/rooms/gate.toml b/world/town/rooms/gate.toml index 88644a2..72490bf 100644 --- a/world/town/rooms/gate.toml +++ b/world/town/rooms/gate.toml @@ -6,3 +6,6 @@ that stretches into the wilderness beyond.""" [exits] north = "town:dark_alley" +south = "whispering_woods:forest_entrance" +east = "town:city_wall_east" +west = "town:city_wall_west" diff --git a/world/town/rooms/market.toml b/world/town/rooms/market.toml index dd939f7..6d71d0d 100644 --- a/world/town/rooms/market.toml +++ b/world/town/rooms/market.toml @@ -7,3 +7,5 @@ with competing smells and the chatter of commerce.""" [exits] west = "town:town_square" east = "town:forge" +north = "town:residential_street" +south = "town:magic_shop" diff --git a/world/town/rooms/tavern.toml b/world/town/rooms/tavern.toml index 3a2a869..ce157d3 100644 --- a/world/town/rooms/tavern.toml +++ b/world/town/rooms/tavern.toml @@ -7,3 +7,4 @@ The barkeep polishes a mug behind the counter, eyeing newcomers.""" [exits] south = "town:town_square" down = "town:cellar" +up = "town:inn_upstairs" diff --git a/world/town/rooms/temple.toml b/world/town/rooms/temple.toml index e842425..d9d6dfc 100644 --- a/world/town/rooms/temple.toml +++ b/world/town/rooms/temple.toml @@ -6,3 +6,4 @@ The air hums with quiet reverence.""" [exits] east = "town:town_square" +west = "town:inner_sanctum"