THAI: update special condition for collect promotion point

This commit is contained in:
Kenta420 2024-09-04 13:39:41 +07:00
parent c9bbf3184e
commit 803bddceba
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,11 @@
If RobinsonBeautyPro = 1 Then
If Seeker.VendingCode = "MKF" Then
Var Seeker.CollectPointPromotion = 1
EndIf
EndIf
If JemilaPro = 1 Then
If Seeker.VendingCode = "MKF" Then
Var Seeker.CollectPointPromotion = 1
EndIf
EndIf