Skip to content

Commit

Permalink
TSG S8b: fixed buggy ToD schedule shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
nemaara committed May 11, 2019
1 parent 19b326c commit 0bae68b
Showing 1 changed file with 4 additions and 8 deletions.
Expand Up @@ -134,28 +134,24 @@
find_in=illuminated_locations

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

Expand Down

0 comments on commit 0bae68b

Please sign in to comment.