Removes Mindswap Suiciding

This commit is contained in:
Fox-McCloud
2016-02-05 22:30:43 -05:00
parent 8da50ee74b
commit a64e95104e
+4
View File
@@ -42,6 +42,10 @@ Also, you never added distance checking after target is selected. I've went ahea
user << "They appear to be catatonic. Not even magic can affect their vacant mind."
return
if(user.suiciding)
user << "<span class='warning'>You're killing yourself! You can't concentrate enough to do this!</span>"
return
if(target.mind.special_role in protected_roles)
user << "Their mind is resisting your spell."
return