mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Disable bh inversion when bh is being disabled
This commit is contained in:
parent
be2080aab5
commit
63d1c6ef20
@ -382,7 +382,7 @@ export const BlackHoles = {
|
||||
},
|
||||
|
||||
get areNegative() {
|
||||
return this.arePaused && !Laitela.isRunning && player.blackHoleNegative < 1;
|
||||
return this.arePaused && !Enslaved.isRunning && !Laitela.isRunning && player.blackHoleNegative < 1;
|
||||
},
|
||||
|
||||
get arePermanent() {
|
||||
|
Loading…
Reference in New Issue
Block a user