This commit is contained in:
Yoshax
2016-02-20 02:25:11 +00:00
parent f059ce8f71
commit 90e2fd1b27

View File

@@ -19,6 +19,9 @@
return ..() return ..()
if(istype(M, /mob/living/carbon/human/dummy)) if(istype(M, /mob/living/carbon/human/dummy))
return..() return..()
if(jobban_isbanned(M, "cultist"))
user << "<span class='warning'>This person's soul is too corrupt and cannot be captured!</span>"
return..()
if(M.has_brain_worms()) //Borer stuff - RR if(M.has_brain_worms()) //Borer stuff - RR
user << "<span class='warning'>This being is corrupted by an alien intelligence and cannot be soul trapped.</span>" user << "<span class='warning'>This being is corrupted by an alien intelligence and cannot be soul trapped.</span>"