[MIRROR] Fixes smugglers satchels being able to refresh items forever (#5313)

* Fixes smugglers satchels being able to refresh items forever (#35270)

* Fixes smugglers satchels being able to refresh items forever
This commit is contained in:
CitadelStationBot
2018-02-05 00:48:12 -06:00
committed by Poojawa
parent 600f1a7b84
commit a5d1cae1ac
2 changed files with 9 additions and 1 deletions
@@ -326,6 +326,12 @@
new R(src)
revealed = 1
/obj/item/storage/backpack/satchel/flat/can_be_inserted(obj/item/W, stop_messages = 0, mob/user)
if(SSpersistence.spawned_objects[W])
to_chat(user, "<span class='warning'>[W] is unstable after its journey through space and time, it wouldn't survive another trip.</span>")
return FALSE
return ..()
/obj/item/storage/backpack/duffelbag
name = "duffel bag"
desc = "A large duffel bag for holding extra things."