Skip to content

Commit

Permalink
Merge branch 'shiptest-ss13:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoengi authored Nov 17, 2024
2 parents 69644ad + 0f8a9cf commit ff4771d
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 ff4771d

Please sign in to comment.