Skip to content

Commit

Permalink
Revert "looc in crit/unconscious" (#3795)
Browse files Browse the repository at this point in the history
Reverts #3723
  • Loading branch information
thgvr authored Nov 17, 2024
1 parent 009b9e2 commit 0f8a9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/verbs/looc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")
log_admin("[key_name(src)] has attempted to advertise in LOOC: [msg]")
message_admins("[key_name_admin(src)] has attempted to advertise in LOOC: [msg]")
return
if(mob.stat == 4)
to_chat(src, span_danger("You cannot use LOOC while dead."))
if(mob.stat)
to_chat(src, span_danger("You cannot use LOOC while unconscious or dead."))
return
if(istype(mob, /mob/dead))
to_chat(src, span_danger("You cannot use LOOC while ghosting."))
Expand Down

0 comments on commit 0f8a9cf

Please sign in to comment.