DUBAI: Update flag

This commit is contained in:
Kenta420 2024-09-13 17:26:01 +07:00
parent a787b008fa
commit 2056d9a5c4
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,7 @@
; Reset flag away. ; Reset flag away.
Var SettingIgnoreCollectPoint = 1
DEBUGVAR Propepsi99Enable DEBUGVAR Propepsi99Enable
DEBUGVAR DisplayFormatFull DEBUGVAR DisplayFormatFull

View file

@ -78,6 +78,11 @@
Var imgGetChange = "/imgGetChange-HKG.png" Var imgGetChange = "/imgGetChange-HKG.png"
EndIf EndIf
;inter-image
If CountryName = "UnitedArabEmirates Dubai" Then
Var imgGetChange = "/imgGetChange-UAE_DUBAI.png"
EndIf
;INT StoreCreditAmount ;INT StoreCreditAmount
Var StoreCreditAmountStr !assigned StringFmt( StoreCreditAmount, DisplayFormat, PreScaleConvertShow ) Var StoreCreditAmountStr !assigned StringFmt( StoreCreditAmount, DisplayFormat, PreScaleConvertShow )