From 093f1ebb144a3b59dc8c3802b2bd823d784ef253 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Thu, 7 Jan 2021 06:19:43 -0500 Subject: [PATCH] Live the Smartphone Dream (#15233) --- code/modules/pda/PDA.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/pda/PDA.dm b/code/modules/pda/PDA.dm index f7d5e0f7163..a25bd67af91 100755 --- a/code/modules/pda/PDA.dm +++ b/code/modules/pda/PDA.dm @@ -81,7 +81,7 @@ GLOBAL_LIST_EMPTY(PDAs) return 0 var/mob/M = loc - if(M.incapacitated()) + if(M.incapacitated(ignore_lying = TRUE)) return 0 if((src in M.contents) || ( istype(loc, /turf) && in_range(src, M) )) return 1