From ff6f8cdbc21cd9645d558348de94e4dda0281f17 Mon Sep 17 00:00:00 2001 From: DodoBirb Date: Sat, 4 Jun 2022 10:55:20 +1000 Subject: [PATCH] Fixed weird Fusion death --- Export_Code/gml_Object_oControl_Other_11.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Export_Code/gml_Object_oControl_Other_11.gml b/Export_Code/gml_Object_oControl_Other_11.gml index 1eabc01..c02e796 100644 --- a/Export_Code/gml_Object_oControl_Other_11.gml +++ b/Export_Code/gml_Object_oControl_Other_11.gml @@ -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) {