DO menu and brewing3.xml
This commit is contained in:
parent
592dcf6502
commit
3e12cbfb27
12 changed files with 395 additions and 282 deletions
|
|
@ -82,7 +82,6 @@ EndIf
|
|||
|
||||
|
||||
|
||||
|
||||
If BoxID = 200001 Then
|
||||
Var TamatianEnable = 1
|
||||
Var GameEnableFromTrickerEv = 1
|
||||
|
|
@ -91,7 +90,7 @@ EndIf
|
|||
|
||||
|
||||
If BoxID = 173149 Then
|
||||
Var TamatianEnable = 1
|
||||
Var TamatianEnable = 0
|
||||
Var GameEnableFromTrickerEv = 1
|
||||
Var MayDayRunEnable = 1
|
||||
EndIf
|
||||
|
|
@ -99,7 +98,7 @@ EndIf
|
|||
If BoxID = 172053 Then
|
||||
Var TamatianEnable = 1
|
||||
Var GameEnableFromTrickerEv = 1
|
||||
Var MayDayRunEnable = 1
|
||||
Var MayDayRunEnable = 0
|
||||
EndIf
|
||||
|
||||
If BoxID = 172644 Then
|
||||
|
|
@ -130,6 +129,12 @@ If BoxID = 200580 Then
|
|||
EndIf
|
||||
|
||||
|
||||
If SystemDateMonthInt = 9 Then
|
||||
If SystemDateDayInt > 15 Then
|
||||
|
||||
Var MayDayRunEnable = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If BoxID = 33170 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue