Readds non-persistent contraband filled smugglers satchels (#42228)

* Readds non-persistent contraband filled smugglers satchels

* Ten random satchels are placed each round
This commit is contained in:
coiax
2019-01-07 21:16:47 +11:00
committed by Jordie
parent 07f0b6d6a4
commit ffd160a495
3 changed files with 70 additions and 1 deletions
+8
View File
@@ -1015,6 +1015,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/jammer
cost = 5
/datum/uplink_item/stealthy_tools/smugglersatchel
name = "Smuggler's Satchel"
desc = "This satchel is thin enough to be hidden in the gap between plating and tiling; great for stashing \
your stolen goods. Comes with a crowbar, a floor tile and some contraband inside."
item = /obj/item/storage/backpack/satchel/flat/with_tools
cost = 2
surplus = 30
//Space Suits and Hardsuits
/datum/uplink_item/suits
category = "Space Suits and Hardsuits"