more accurate script names: refreshscreen -> reanchormap, and reloadmappart -> refreshmap (#1078)

This commit is contained in:
xCrystal
2024-01-07 14:37:46 +01:00
parent f72f078c0e
commit 7f3b87950a
42 changed files with 115 additions and 115 deletions

View File

@@ -111,21 +111,21 @@ CeladonGameCornerPoster2Script:
CeladonGameCornerLuckySlotMachineScript:
random 6
ifequal 0, CeladonGameCornerSlotMachineScript
refreshscreen
reanchormap
setval FALSE
special SlotMachine
closetext
end
CeladonGameCornerSlotMachineScript:
refreshscreen
reanchormap
setval TRUE
special SlotMachine
closetext
end
CeladonGameCornerCardFlipScript:
refreshscreen
reanchormap
special CardFlip
closetext
end