badmin traitors can now get PDA uplinks if they are wearing their PDA in their ID slot

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@714 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-12-27 19:42:20 +00:00
parent 2abd553c57
commit ab5d137a04

View File

@@ -77,6 +77,9 @@
if (!R && istype(traitor_mob.belt, /obj/item/device/pda))
R = traitor_mob.belt
loc = "on your belt"
if (!R && istype(traitor_mob.wear_id, /obj/item/device/pda))
R = traitor_mob.wear_id
loc = "on your jumpsuit"
if (!R && istype(traitor_mob.l_hand, /obj/item/weapon/storage))
var/obj/item/weapon/storage/S = traitor_mob.l_hand
var/list/L = S.return_inv()