Files
mudserver/world/town/rooms/town_square.toml
AI Agent 4e41038555
Some checks failed
Smoke tests / Build and smoke test (push) Has been cancelled
Implement Lawold capital city: 49 rooms, 59 NPCs, and full world integration
2026-03-16 13:51:36 -06:00

13 lines
379 B
TOML

name = "Town Square"
description = """\
You stand in the heart of Thornwall. A worn stone fountain sits at the \
center, water trickling quietly. Cobblestone paths branch in every \
direction. The sounds of merchants and travelers fill the air."""
[exits]
north = "town:tavern"
east = "town:market"
west = "town:temple"
south = "town:dark_alley"
up = "lawold:dale_village_gate"