adds the cat wave_type

This commit is contained in:
DrPainis
2021-05-27 00:25:55 -04:00
committed by GitHub
parent d199f0585a
commit 98d5499712

View File

@@ -56,6 +56,8 @@
wave_type = GLOB.meteorsC
if("halloween")
wave_type = GLOB.meteorsSPOOKY
if("cat")
wave_type = GLOB.meteorsCat
else
WARNING("Wave name of [wave_name] not recognised.")
kill()