THAI: Add TeaTime promotion & FIXED: bug cancel pay with cash will get discount drink in full price
This commit is contained in:
parent
7a500c37ec
commit
9ed5012bf6
178 changed files with 34040 additions and 202 deletions
|
|
@ -85,6 +85,7 @@ Var FreePowerup = "Invisible"
|
|||
|
||||
; Enable Tea Time, 13 - 30 Apr
|
||||
Var TeaTimePro = 0
|
||||
Var FromTeaTimePro = 0
|
||||
|
||||
; Enable Free Fire, 1 - 30 Apr
|
||||
Var FreeFirePro = 0
|
||||
|
|
@ -222,12 +223,18 @@ If SystemDateMonthInt = 4 Then
|
|||
Var LipitPro = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt >= 13 Then
|
||||
If SystemDateDayInt >= 8 Then
|
||||
Var TeaTimePro = 1
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt = 5 Then
|
||||
If SystemDateDayInt <= 10 Then
|
||||
Var TeaTimePro = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If BoxID = 173149 Then
|
||||
|
|
@ -351,6 +358,8 @@ If taobin_nopro = "true" Then
|
|||
Var ProPeachEnable = 0
|
||||
Var ProBadValentineEnable = 0
|
||||
Var FreeEnergyDrink = 0
|
||||
Var MondayBananaPro = 0
|
||||
Var TeaTimePro = 0
|
||||
|
||||
Var PepsiSecondCup30Enable = 0
|
||||
Var PepsiSecondCup30DiscountEnable = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue