Suggestion#3611, adds LOOC for unconscious.

This commit is contained in:
Le Commandor
2022-12-10 15:54:53 +04:00
parent 771f6992d9
commit a608f3b8cb
+3 -3
View File
@@ -37,9 +37,9 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")
to_chat(src, "<B>Advertising other servers is not allowed.</B>")
log_admin("[key_name(src)] has attempted to advertise in LOOC: [msg]")
return
if(mob.stat)
to_chat(src, "<span class='danger'>You cannot use LOOC while unconscious or dead.</span>")
return
//if(mob.stat) # Suggestion 3611, add LOOC for unconscious -and dead- (But I decided that it's not a good idea.) | SPLURT 10.12.2022
// to_chat(src, "<span class='danger'>You cannot use LOOC while unconscious or dead.</span>")
// return
if(isdead(mob))
to_chat(src, "<span class='danger'>You cannot use LOOC while ghosting.</span>")
return