Removes swarmers from random events (#2584)

Greytide: Blue lightning meme is dead.
This commit is contained in:
Poojawa
2017-09-04 02:47:56 -05:00
committed by GitHub
parent 8767fa299b
commit f0b01508bb
@@ -1,3 +1,4 @@
/*
/datum/round_event_control/spawn_swarmer
name = "Spawn Swarmer Shell"
typepath = /datum/round_event/spawn_swarmer
@@ -25,3 +26,4 @@
if(istype(M, /mob/living/simple_animal/hostile/swarmer) && M.client) //If there is a swarmer with an active client, we've found our swarmer
return 1
return 0
*/