mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
add factions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user