Modifed faction system to use a list instead. Mobs can belong to multiple factions at once.

This commit is contained in:
ZomgPonies
2014-07-19 13:26:55 -04:00
parent f4e629e9b6
commit 64554340f4
45 changed files with 71 additions and 92 deletions

View File

@@ -41,7 +41,7 @@
attack_sound = 'sound/weapons/genhit1.ogg'
var/obj/effect/blob/factory/factory = null
var/is_zombie = 0
faction = "blob"
faction = list("blob")
min_oxy = 0
max_oxy = 0
min_tox = 0