Files
mudserver/world/whispering_woods/rooms/forest_entrance.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

12 lines
369 B
TOML

name = "Forest Entrance"
description = """\
The well-maintained cobblestone of Thornwall yields to a winding dirt \
path that disappears into the dense, dark eaves of the forest. The air \
is cooler here, smelling of damp earth and pine needles. The city \
gates loom to the north."""
outdoors = true
[exits]
north = "town:gate"
south = "whispering_woods:ancient_oak"