mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2025-02-16 09:31:40 +00:00
Fix crash
This commit is contained in:
parent
4e98f4fc0f
commit
0b87c9941f
1 changed files with 2 additions and 2 deletions
|
@ -666,7 +666,7 @@ export const characters: Record<string, CharacterInfo> = {
|
|||
return a;
|
||||
}
|
||||
return b;
|
||||
});
|
||||
}, main.battle.value.enemyStreamers[0]);
|
||||
if (m != null) {
|
||||
m.presence -= 3;
|
||||
main.hurt(m);
|
||||
|
@ -677,7 +677,7 @@ export const characters: Record<string, CharacterInfo> = {
|
|||
return a;
|
||||
}
|
||||
return b;
|
||||
});
|
||||
}, main.battle.value.streamers[0]);
|
||||
if (m != null) {
|
||||
m.presence -= 3;
|
||||
main.hurt(m);
|
||||
|
|
Loading…
Add table
Reference in a new issue