mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Live the Smartphone Dream (#15233)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user