1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-12-01 10:37:28 +01:00

fix crown battle saving (2)

This commit is contained in:
ghkkk090 2022-07-29 16:14:30 +07:00
parent 28c1f8289e
commit 8e21913ca7

View File

@ -358,7 +358,7 @@ export default class GameModule extends Module {
saveExCrown.area = Number(13); saveExCrown.area = Number(13);
saveExCrown.ramp = Number(Math.floor(Math.random() * 2) + 35); saveExCrown.ramp = Number(Math.floor(Math.random() * 2) + 35);
} }
else if(body.rgResult?.path >= 56 && body.rgResult?.path <= 57){ // GID_PATH_KB else if(body.rgResult?.path >= 56 && body.rgResult?.path <= 57){ // GID_PATH_HS
saveExCrown.area = Number(18); saveExCrown.area = Number(18);
saveExCrown.ramp = Number(Math.floor(Math.random() * 2) + 27); saveExCrown.ramp = Number(Math.floor(Math.random() * 2) + 27);
} }