Pickpocket Gloves fix

They can now take/place ids without notifying, and ids enter the
pickpocket's hand instead of dropping to the floor or not working.
This commit is contained in:
Bone White
2014-06-18 11:04:33 +01:00
parent 7aa89c1cdd
commit 89b8a002bf
2 changed files with 57 additions and 12 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ var/list/uplink_items = list()
/datum/uplink_item/jobspecific/pickpocketgloves
name = "Pickpocket's Gloves"
desc = "A pair of sleek gloves to aid in pickpocketing, while wearing these you can see inside the pockets of any unsuspecting mark, loot the ID, belt, or pockets without them knowing, and pickpocketing puts the item directly into your hand."
desc = "A pair of sleek gloves to aid in pickpocketing, while wearing these you can see inside the pockets of any unsuspecting mark, loot the ID or pockets without them knowing, and pickpocketing puts the item directly into your hand."
item = /obj/item/clothing/gloves/black/thief
cost = 3
job = list("Assistant")