Implement weather and time of day system
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

This commit is contained in:
AI Agent
2026-03-19 16:58:06 -06:00
parent 678543dd9a
commit 1f4955db82
9 changed files with 130 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ 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"

View File

@@ -3,6 +3,7 @@ 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"

View File

@@ -3,6 +3,7 @@ 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"