From 416af50356a2de5a3545d03113bf1320578714f0 Mon Sep 17 00:00:00 2001 From: quotefox Date: Wed, 23 Mar 2022 04:51:24 +0000 Subject: [PATCH] Allow use topic html while laying down. (Allow pda, and machinery use laying down) --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index cbd3ae2de..92ad4fa08 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -741,7 +741,7 @@ cut_overlay(MA) /mob/living/carbon/human/canUseTopic(atom/movable/M, be_close=FALSE, no_dextery=FALSE, no_tk=FALSE) - if(incapacitated() || lying ) + if(incapacitated()) to_chat(src, "You can't do that right now!") return FALSE if(!Adjacent(M) && (M.loc != src))