Files
mudserver/world/town/rooms/gate.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
379 B
TOML

name = "City Gate"
description = """\
Towering iron-reinforced wooden gates mark the southern edge of town. \
Guards in dented armor lean on their spears, watching the dusty road \
that stretches into the wilderness beyond."""
outdoors = true
[exits]
north = "town:dark_alley"
south = "whispering_woods:forest_entrance"
east = "town:city_wall_east"
west = "town:city_wall_west"