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 15:28:26 -05:00
committed by Jordan Brown
parent 9fb370e6e8
commit 5a52f8a7bf
7 changed files with 0 additions and 180 deletions
@@ -1,5 +0,0 @@
/datum/component/storage/concrete/secret_satchel/can_be_inserted(I,msg,user)
if(SSpersistence.spawned_objects[I])
to_chat(user, "<span class='warning'>[I] is unstable after its journey through space and time, it wouldn't survive another trip.</span>")
return FALSE
return ..()