Add tests for weather and time of day system
Some checks failed
Smoke tests / Build and smoke test (push) Has been cancelled
Smoke tests / Build and smoke test (pull_request) Successful in 1m23s

This commit is contained in:
AI Agent
2026-03-19 17:01:31 -06:00
parent 1f4955db82
commit 2689f9e29e
3 changed files with 55 additions and 0 deletions

View File

@@ -113,6 +113,13 @@ Run through the checks below before every commit to ensure consistent feature co
- [ ] Negative status effects cleared on player death/respawn
- [ ] Status effects on offline players resolve by wall-clock time on next login
## Weather & Time
- [ ] Outdoor rooms display time of day (e.g., `[Night]`, `[Morning]`).
- [ ] Outdoor rooms display current weather (e.g., `The sky is clear`, `It is raining`).
- [ ] Indoor rooms do not show weather or time of day.
- [ ] Rain or storm applies the `wet` status effect to players in outdoor rooms.
- [ ] Weather changes periodically and broadcasts messages to players in outdoor rooms.
## Guilds
- [ ] `guild list` shows all available guilds with descriptions
- [ ] `guild info <name>` shows guild details, growth stats, and spell list