THAI: Oreo Volcano and extend Matcha Every Day

This commit is contained in:
Kenta420 2025-04-23 13:09:29 +07:00
parent 5d29666002
commit 8fbed2ac9b
38 changed files with 43155 additions and 10386 deletions

View file

@ -68,9 +68,6 @@ Var SwensenPro = 0
; Coconut Milk, 1 Mar - 31 Mar
Var CoconutMilkPro = 0
; Matcha every day, 10 Mar - 31 Mar
Var MatchaEveryDayPro = 0
; Kingdom of Thai tea, 1 Apr - 30 Apr
Var KingdomThaiTeaPro = 0
@ -83,6 +80,12 @@ Var SongkranSoundCampaign = 0
; Boost Energy drink, 1 - 11 May
Var BoostEnergyPro = 0
; Matcha every day, 1 - 31 May
Var MatchaEveryDayPro = 0
; Oreo volcano, 1 - 31 May
Var OreoVolcanoPro = 0
Var NewCollectPoint = 1
Var PaymentCodeShouldCollectPromotionPoint = 0
@ -132,6 +135,10 @@ If SystemDateMonthInt = 3 Then
EndIf
If SystemDateMonthInt = 5 Then
Var OreoVolcanoPro = 1
Var MatchaEveryDayPro = 1
If SystemDateDayInt <= 11 Then
Var BoostEnergyPro = 1
EndIf