diff --git a/code/modules/client/verbs/looc.dm b/code/modules/client/verbs/looc.dm
index e6e62280e2..5b83e6e80f 100644
--- a/code/modules/client/verbs/looc.dm
+++ b/code/modules/client/verbs/looc.dm
@@ -37,9 +37,9 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")
to_chat(src, "Advertising other servers is not allowed.")
log_admin("[key_name(src)] has attempted to advertise in LOOC: [msg]")
return
- if(mob.stat)
- to_chat(src, "You cannot use LOOC while unconscious or dead.")
- 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, "You cannot use LOOC while unconscious or dead.")
+ // return
if(isdead(mob))
to_chat(src, "You cannot use LOOC while ghosting.")
return