Allow use topic html while laying down. (Allow pda, and machinery use laying down)

This commit is contained in:
quotefox
2022-03-23 04:51:24 +00:00
parent 96ef0be511
commit 416af50356
@@ -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, "<span class='warning'>You can't do that right now!</span>")
return FALSE
if(!Adjacent(M) && (M.loc != src))