Merge pull request #1262 from ArchieBeepBoop/ghostchanges

Allows anything that's not a human or silicon to ghost
This commit is contained in:
Dahlular
2021-06-13 14:42:40 -06:00
committed by GitHub
+3 -5
View File
@@ -300,17 +300,15 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
succumb()
if(stat == DEAD)
ghostize(1)
else
//Low RP, removing.
/*
else if(!(ishuman(src)) && !(issilicon(src)))
var/response = alert(src, "Are you -sure- you want to ghost?\n(You are alive. If you ghost whilst still alive you won't be able to re-enter this round! You can't change your mind so choose wisely!!)","Are you sure you want to ghost?","Ghost","Stay in body")
if(response != "Ghost")
return //didn't want to ghost after-all
ghostize(0) //0 parameter is so we can never re-enter our body, "Charlie, you can never come baaaack~" :3
suicide_log(TRUE)
*/
else
to_chat(usr, "<span class='boldnotice'>You cannot ghost, if you wish to remove yourself from the round, please locate a cryogenic freezer.</span>")
message_admins("[usr] attempted to ghost.")
message_admins("[src] attempted to ghost.")
/mob/camera/verb/ghost()
set category = "OOC"