diff --git a/scripts/Contents/Wave.gd b/scripts/Contents/Wave.gd index b3b5ef9..c30aff7 100644 --- a/scripts/Contents/Wave.gd +++ b/scripts/Contents/Wave.gd @@ -50,7 +50,7 @@ static var WAVE_JUSTJOKE = [ Wave.create("Kernyr", 0, 0, true, 0, INF, 1), ] static var WAVE_EMPTY = [] -static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_TESTBOSS_KUKE +static var data = WAVE_NORMAL if WorldManager.isRelease() else WAVE_TESTBOSS_CHICK static func create( entity_: String,