extra-gamelog: Fix season messages, error when loading spring saves

e0346ede56, #754
develop
lethosor 2016-03-14 20:58:44 -04:00
parent 76793045a9
commit d2a8495a42
1 changed files with 4 additions and 4 deletions

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