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:
parent
28c1f8289e
commit
8e21913ca7
@ -358,7 +358,7 @@ export default class GameModule extends Module {
|
||||
saveExCrown.area = Number(13);
|
||||
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.ramp = Number(Math.floor(Math.random() * 2) + 27);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user