THAI: Bad valentine promotion

This commit is contained in:
Kenta420 2024-02-07 18:24:42 +07:00
parent 01408bb477
commit f4f2d64d1f
48 changed files with 12065 additions and 85 deletions

View file

@ -60,6 +60,9 @@ Var FromRerunPro = 0
; Enable pro Peach, Feb 1 - 13
Var ProPeachEnable = 0
; Enable Bad valentine, Feb 14 - 29
Var ProBadValentineEnable = 0
Var NewCollectPoint = 1
Var NewFlowPaymentCode = 0
@ -116,6 +119,10 @@ If SystemDateMonthInt = 2 Then
EndIf
EndIf
If SystemDateDayInt >= 14 Then
Var ProBadValentineEnable = 1
EndIf
EndIf
@ -136,7 +143,7 @@ If BoxID = 201316 Then
EndIf
If BoxID = 105005 Then
Var ProPeachEnable = 1
Var ProBadValentineEnable = 1
Var NewFlowPaymentCode = 1
EndIf
@ -177,6 +184,7 @@ If InternationalEnable = 1 Then
Var PepweenEnable = 0
Var RerunProEnable = 0
Var ProPeachEnable = 0
Var ProBadValentineEnable = 0
EndIf