THAI: Add assets Cocoa 7.7 pro

This commit is contained in:
Kenta420 2024-06-27 13:45:40 +07:00
parent 324e18880d
commit 53bf26c207
146 changed files with 126 additions and 11 deletions

View file

@ -95,6 +95,10 @@
Var PriceDrink = OriginalPrice
EndIf
If FromCocoa77Pro = 1 Then
Var PriceDrink = OriginalPrice
EndIf
DEBUGVAR PriceDrink
DEBUGVAR PromotionPriceDrink
@ -296,6 +300,12 @@
DEBUGVAR PriceDrink
DEBUGVAR PriceDrinkTmp
If FromCocoa77Pro = 1 Then
Var PriceDiff = PriceDrink - PromotionPriceDrink
Var Seeker.VendingDiscount = PriceDiff
Var Seeker.CampaignPPrice = PromotionPriceDrink
EndIf
If FromRerunPro = 1 Then
Var PriceDiff = PriceDrink - PromoPriceDrink
Var Seeker.VendingCode = RerunProCode