Allowed suicide for everyone

This commit is contained in:
ZomgPonies
2013-10-04 02:59:15 -04:00
parent 391e6c1524
commit be8d2f8f99
-12
View File
@@ -12,18 +12,6 @@
return
var/permitted = 0
var/list/allowed = list("Syndicate","traitor","Wizard","Head Revolutionary","Cultist","Changeling")
for(var/T in allowed)
if(mind.special_role == T)
permitted = 1
break
if(!permitted)
message_admins("[ckey] has tried to suicide, but they were not permitted due to not being antagonist as human.", 1)
src << "No. Adminhelp if there is a legitimate reason."
return
if (suiciding)
src << "You're already committing suicide! Be patient!"
return