Skip to content

Commit ef2c149

Browse files
committed
Update SDL
Brings the sdl file in-line with current MOULa version as of Q4 2021
1 parent dce7baf commit ef2c149

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Scripts/SDL/spyroom.sdl

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,29 @@ STATEDESC spyroom
6969
VAR BOOL SpyRmTakotahMeetingVis[1] DEFAULT=0
7070

7171
}
72+
73+
STATEDESC spyroom
74+
{
75+
VERSION 3
76+
77+
# Boolean variables
78+
VAR BOOL spySharperHatVis[1] DEFAULT=0 DEFAULTOPTION=VAULT
79+
VAR BOOL spySharperHatGet[1] DEFAULT=1
80+
81+
82+
## Age Mechanics
83+
VAR BOOL SpyRmTakotahMeetingVis[1] DEFAULT=0
84+
85+
}
86+
87+
STATEDESC spyroom
88+
{
89+
VERSION 4
90+
91+
# Boolean variables
92+
VAR BOOL SpyRmSharperHatVis[1] DEFAULT=0 DEFAULTOPTION=VAULT
93+
94+
## Age Mechanics
95+
VAR BOOL SpyRmTakotahMeetingVis[1] DEFAULT=0
96+
97+
}

0 commit comments

Comments
 (0)