Adds the indoors schedule.
This commit is contained in:
parent
c345286087
commit
50682aa251
2 changed files with 15 additions and 9 deletions
|
@ -42,6 +42,12 @@
|
|||
{DEEP_UNDERGROUND}
|
||||
[/editor_times]
|
||||
|
||||
[editor_times]
|
||||
name= _ "Indoors"
|
||||
id=indoors
|
||||
{INDOORS}
|
||||
[/editor_times]
|
||||
|
||||
[editor_times]
|
||||
name= _ "24 Hour Schedule"
|
||||
id=24
|
||||
|
|
|
@ -20,6 +20,15 @@
|
|||
[/time]
|
||||
#enddef
|
||||
|
||||
#define MIDDAY
|
||||
[time]
|
||||
id=midday
|
||||
name= _ "Midday"
|
||||
image=misc/tod-schedule-24hrs.png~CROP(0,39,125,39)
|
||||
lawful_bonus=25
|
||||
[/time]
|
||||
#enddef
|
||||
|
||||
#define AFTERNOON
|
||||
[time]
|
||||
id=afternoon
|
||||
|
@ -317,15 +326,6 @@
|
|||
[/time]
|
||||
#enddef
|
||||
|
||||
#define MIDDAY
|
||||
[time]
|
||||
id=midday
|
||||
name= _ "Midday"
|
||||
image=misc/tod-schedule-24hrs.png~CROP(0,39,125,39)
|
||||
lawful_bonus=25
|
||||
[/time]
|
||||
#enddef
|
||||
|
||||
#define MIDDAY_HOUR
|
||||
[time]
|
||||
id=midday_hour
|
||||
|
|
Loading…
Add table
Reference in a new issue