diff --git a/scripts/Contents/Wave.gd b/scripts/Contents/Wave.gd index f0b3496..e80a6b5 100644 --- a/scripts/Contents/Wave.gd +++ b/scripts/Contents/Wave.gd @@ -39,7 +39,6 @@ static var WAVE_MOWING = [ Wave.create("Cat", 15, 30, false, 0, INF, 1), Wave.create("Dog", 15, 30, false, 0, INF, 1), Wave.create("MTY", 0, 2, false, 0, INF, 1), - Wave.create("EnergyBlock", 0, 1, true, 0, INF, 1), ] static var WAVE_TESTBOSS = [ Wave.create("EnergyBlock", 0, 0, true, 0, INF, 1),