Fixed weird Fusion death

pull/9/head 1.4.22
DodoBirb 4 years ago
parent 5a9eda349f
commit ff6f8cdbc2

@ -1,6 +1,6 @@
if (global.playerhealth <= 0 && global.saxmode && global.sax && oCharacter.sprite_index != sCoreXSAX)
global.playerhealth = 1
if (global.playerhealth >= 0)
if (global.playerhealth >= 0 && global.sax && global.saxmode)
exit
if (instance_exists(oClient) && oClient.connected)
{

Loading…
Cancel
Save