add factions

This commit is contained in:
Tigercat2000
2015-04-02 03:28:41 +02:00
parent f837edf180
commit e05ff3335f
@@ -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