Removes smugglers satchels (#42166)

* Removes smugglers satchels

I love the cutie reading this

* remove smuggler's satchel from code

* removes all smugglers' satchel persistence code

* removes remaining things

storage component for smugglers, the miracle ruin (uses smugglers), the dme
This commit is contained in:
subject217
2019-01-02 12:28:26 -08:00
committed by Jordan Brown
parent 9fb370e6e8
commit 5a52f8a7bf
7 changed files with 0 additions and 180 deletions
@@ -1,4 +0,0 @@
/////////// miracle ruin
/obj/item/storage/backpack/satchel/flat/secret/miracle_ruin
reward_all_of_these = list(/obj/item/gun/energy/pulse/prize)
-9
View File
@@ -1015,15 +1015,6 @@ 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 and a floor tile inside. Properly hidden satchels have been \
known to survive intact even beyond the current shift. "
item = /obj/item/storage/backpack/satchel/flat
cost = 2
surplus = 30
//Space Suits and Hardsuits
/datum/uplink_item/suits
category = "Space Suits and Hardsuits"