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;