Merge pull request #1017 from Yoshax/banfix

Fixes #987
This commit is contained in:
Neerti
2016-02-19 22:00:25 -05:00
@@ -19,6 +19,9 @@
return ..()
if(istype(M, /mob/living/carbon/human/dummy))
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
user << "<span class='warning'>This being is corrupted by an alien intelligence and cannot be soul trapped.</span>"