From 989a8d8f0d39676e313e7e25941748c6cc1e3eef Mon Sep 17 00:00:00 2001 From: Lojemiru Date: Sat, 6 Feb 2021 04:40:43 -0600 Subject: [PATCH] Fixed #8 --- objects/oEnemy.object.gmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objects/oEnemy.object.gmx b/objects/oEnemy.object.gmx index f2ddfb0..20e3d0d 100644 --- a/objects/oEnemy.object.gmx +++ b/objects/oEnemy.object.gmx @@ -467,7 +467,7 @@ dodamage = 1; if (frozen > 0 || other.state == 30 || other.state == 31 || other.state == 29 || other.speedboost > 0 || other.state == 15 && other.vjump == 0 && global.screwattack == 1) dodamage = 0; if (state == 100 || other.dash >= 29) dodamage = 0; if (other.inwater == 1 && other.state == 15 && other.vjump == 0 && global.screwattack == 1 && global.currentsuit != 2) dodamage = 1; //added -if (hitpseudoscrew == 1 && other.chargebeam >= 1 && other.state == 15 && other.vjump == 0 && global.screwattack == 0) { +if (hitpseudoscrew == 1 && other.chargebeam >= 1 && other.state == 15 && other.vjump == 0 && global.screwattack == 0 && other.speedboost == 0) { event_user(0); if (myhealth <= 0) state = 100; other.chargebeam = 0;