Yet another soulstone fix (#16960)

This commit is contained in:
SabreML
2021-10-17 10:55:27 +01:00
committed by GitHub
parent 86110cad6d
commit c1cac4548b
+4
View File
@@ -83,6 +83,10 @@
if(!ishuman(M)) //If target is not a human
return ..()
if(!M.mind)
to_chat(user, "<span class='warning'>This being has no soul!</span>")
return ..()
if(M.has_brain_worms()) //Borer stuff - RR
to_chat(user, "<span class='warning'>This being is corrupted by an alien intelligence and cannot be soul trapped.</span>")
return ..()