Files
mudserver/world/town/rooms/market.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

13 lines
378 B
TOML

name = "Market Row"
description = """\
Colorful stalls line both sides of a narrow street. Merchants hawk their \
wares — bolts of cloth, exotic spices, gleaming trinkets. The air is thick \
with competing smells and the chatter of commerce."""
outdoors = true
[exits]
west = "town:town_square"
east = "town:forge"
north = "town:residential_street"
south = "town:magic_shop"