This commit is contained in:
Armhulen
2017-12-16 12:19:27 -08:00
committed by CitadelStationBot
parent 220e1cd8cf
commit 8a0aa32335
12 changed files with 130 additions and 15 deletions
@@ -207,7 +207,7 @@
//Swarm of creatures
for(var/direction in GLOB.alldirs)
var/turf/T = get_turf(src)
new /mob/living/simple_animal/hostile/creature(get_step(T,direction))
new /mob/living/simple_animal/hostile/netherworld(get_step(T,direction))
if(4)
//Destroy Equipment
for (var/obj/item/I in user)