THAI: add UI for free energy drink promotion, WIP add data
This commit is contained in:
parent
f2a2991cfb
commit
5edecc1655
29 changed files with 12790 additions and 600 deletions
|
|
@ -73,6 +73,9 @@ Var NewCollectPoint = 1
|
|||
|
||||
Var NewFlowPaymentCode = 0
|
||||
|
||||
; Enable Free Energy Drink
|
||||
Var FreeEnergyDrink = 0
|
||||
|
||||
If SystemDateMonthInt = 10 Then
|
||||
|
||||
|
||||
|
|
@ -224,7 +227,10 @@ If BoxID = 200435 Then
|
|||
Var ProBadValentineEnable = 1
|
||||
EndIf
|
||||
|
||||
|
||||
If BoxID = 177746 Then
|
||||
Var FreeEnergyDrink = 1
|
||||
Var PepsiSecondCup30Enable = 0
|
||||
EndIf
|
||||
|
||||
Var GameEnableFromTrickerEv = 1
|
||||
|
||||
|
|
@ -258,6 +264,7 @@ If InternationalEnable = 1 Then
|
|||
Var RerunProEnable = 0
|
||||
Var ProPeachEnable = 0
|
||||
Var ProBadValentineEnable = 0
|
||||
Var FreeEnergyDrink = 0
|
||||
EndIf
|
||||
|
||||
If BananaSyrupEnable = "true" Then
|
||||
|
|
@ -274,4 +281,4 @@ Else
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
DEBUGVAR FreePowerup
|
||||
Loading…
Add table
Add a link
Reference in a new issue