feature: Season implementation

This commit is contained in:
Matthe815
2023-07-05 19:29:39 -04:00
parent e9d151be33
commit 35f9d5ac18
3 changed files with 50 additions and 9 deletions

View File

@@ -110,6 +110,7 @@ type DevModeOptions struct {
QuestDebugTools bool // Enable various quest debug logs
EarthStatusOverride int32
EarthIDOverride int32
DynamicSeasons bool // Enables dynamic seasons
EarthMonsterOverride int32
SaveDumps SaveDumpOptions
}