diff --git a/Export_Code/gml_Script_shoot_beam.gml b/Export_Code/gml_Script_shoot_beam.gml index 4964c5c..dd49dad 100644 --- a/Export_Code/gml_Script_shoot_beam.gml +++ b/Export_Code/gml_Script_shoot_beam.gml @@ -60,10 +60,7 @@ repeat beams if global.wbeam { beam.damage *= 1.5 - if (global.saxmode && (!global.experimental)) - nofire += 23 - else - nofire += 2 + nofire += 2 } if global.ibeam {