TSG S8b: fix buggy ToD schedules

This commit is contained in:
nemaara 2019-05-11 12:09:09 -04:00
parent 6b0ef7e3ce
commit 95b15f6f4f

View file

@ -134,21 +134,25 @@
find_in=illuminated_locations
# Schedule from morning to 2nd night, with adjusted red,green,blue and illumination image.
[time]
{SECOND_WATCH}
[+time]
image=misc/time-schedules/default/schedule-secondwatch.png~BLIT(misc/tod-bright.png)
lawful_bonus=0
[/time]
[time]
{DAWN}
[+time]
image=misc/time-schedules/default/schedule-dawn.png~BLIT(misc/tod-bright.png)
lawful_bonus=25
[/time]
{MORNING}
{AFTERNOON}
[time]
{DUSK}
[+time]
image=misc/time-schedules/default/schedule-dusk.png~BLIT(misc/tod-bright.png)
lawful_bonus=25
[/time]
[time]
{FIRST_WATCH}
[+time]
image=misc/time-schedules/default/schedule-firstwatch.png~BLIT(misc/tod-bright.png)
lawful_bonus=0
[/time]