mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-30 08:07:03 +01:00
Suggestion#3611, adds LOOC for unconscious.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user