mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user