From e05ff3335f54316a9fe4642b5b0d9bb634ce247e Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Thu, 2 Apr 2015 03:28:41 +0200 Subject: [PATCH] add factions --- code/modules/mob/living/simple_animal/hostile/spaceworms.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/spaceworms.dm b/code/modules/mob/living/simple_animal/hostile/spaceworms.dm index 69bfb7506fd..3662485ddcc 100644 --- a/code/modules/mob/living/simple_animal/hostile/spaceworms.dm +++ b/code/modules/mob/living/simple_animal/hostile/spaceworms.dm @@ -40,7 +40,7 @@ anchored = 1 //otherwise people can literally fucking pull spaceworms apart -// faction = list("spaceworms") - Pretty sure this is only a thing on -tg- code + faction = list("spaceworms") var/mob/living/simple_animal/hostile/spaceWorm/previousWorm //next/previous segments, correspondingly var/mob/living/simple_animal/hostile/spaceWorm/nextWorm //head is the nextest segment @@ -77,6 +77,8 @@ AIenabled = 1//The head is conscious stop_automated_movement = 0 //Ditto ^ + faction = list("spaceworms") //head and body both have this faction JIC + //head specific variables var/spawnWithSegments = 6 var/list/totalWormSegments = list() //doesn't contain src