|
|
@ -16,10 +16,10 @@ function log_on_load(op)
|
|
|
|
-- Seasons fix for Soundsense
|
|
|
|
-- Seasons fix for Soundsense
|
|
|
|
local seasons = {
|
|
|
|
local seasons = {
|
|
|
|
[-1] = 'Nothing', -- worldgen
|
|
|
|
[-1] = 'Nothing', -- worldgen
|
|
|
|
'Spring',
|
|
|
|
[0] = 'Spring',
|
|
|
|
'Summer',
|
|
|
|
[1] = 'Summer',
|
|
|
|
'Autumn',
|
|
|
|
[2] = 'Autumn',
|
|
|
|
'Winter'}
|
|
|
|
[3] = 'Winter'}
|
|
|
|
msg(seasons[df.global.cur_season]..' has arrived on the calendar.')
|
|
|
|
msg(seasons[df.global.cur_season]..' has arrived on the calendar.')
|
|
|
|
|
|
|
|
|
|
|
|
-- Weather fix for Soundsense
|
|
|
|
-- Weather fix for Soundsense
|
|
|
|