Update discount

This commit is contained in:
Kenta420 2024-11-11 09:04:12 +07:00
parent 60d7978f96
commit 99beb1c347
2 changed files with 7 additions and 3 deletions

View file

@ -92,6 +92,10 @@
Var PriceDrink = OriginalPrice + TOPPING_PRICE
EndIf
If FromOreoDiscount11Pro = 1 Then
Var PriceDrink = OriginalPrice + TOPPING_PRICE
EndIf
If FromPowerUpPro = 1 Then
Var PriceDrink = OriginalPrice
EndIf