mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Removes Mindswap Suiciding
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user