mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #987
This commit is contained in:
@@ -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>"
|
||||||
|
|||||||
Reference in New Issue
Block a user