Files
mudserver/world/town/rooms/town_square.toml
AI Agent 1f4955db82
All checks were successful
Smoke tests / Build and smoke test (push) Successful in 1m20s
Smoke tests / Build and smoke test (pull_request) Successful in 1m24s
Implement weather and time of day system
2026-03-19 16:58:06 -06:00

14 lines
395 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."""
outdoors = true
[exits]
north = "town:tavern"
east = "town:market"
west = "town:temple"
south = "town:dark_alley"
up = "lawold:dale_village_gate"