mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Fix PDA runtime
This commit is contained in:
@@ -518,6 +518,8 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
var/mob/living/U = usr
|
||||
//Looking for master was kind of pointless since PDAs don't appear to have one.
|
||||
//if ((src in U.contents) || ( istype(loc, /turf) && in_range(src, U) ) )
|
||||
if (usr.stat == DEAD)
|
||||
return 0
|
||||
|
||||
if(can_use()) //Why reinvent the wheel? There's a proc that does exactly that.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user