Merge pull request #4411 from Citadel-Station-13/upstream-merge-33050

[MIRROR] Mi-go
This commit is contained in:
LetterJay
2017-12-18 15:20:00 -06:00
committed by GitHub
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)