Merge pull request #12735 from Cazdon/constructFaction

Improves Construct/Shade faction handling.
This commit is contained in:
Crazy Lemon
2019-12-16 19:07:22 -08:00
committed by GitHub
3 changed files with 55 additions and 68 deletions
@@ -47,6 +47,10 @@
if(SSticker.cultdat?.theme == "blood")
updateglow()
/mob/living/simple_animal/hostile/construct/death(gibbed)
. = ..()
SSticker.mode.remove_cultist(src.mind, FALSE)
/mob/living/simple_animal/hostile/construct/examine(mob/user)
. = ..()
@@ -28,6 +28,9 @@
del_on_death = 1
deathmessage = "lets out a contented sigh as their form unwinds."
/mob/living/simple_animal/shade/death(gibbed)
. = ..()
SSticker.mode.remove_cultist(src.mind, FALSE)
/mob/living/simple_animal/shade/attackby(var/obj/item/O as obj, var/mob/user as mob) //Marker -Agouri
if(istype(O, /obj/item/soulstone))