From 6e989dfa512801d5ea644c464b17d280be1d5d2d Mon Sep 17 00:00:00 2001 From: Dip Date: Thu, 5 Nov 2020 04:12:08 -0300 Subject: [PATCH] fixes trash bag of holding bounty --- code/modules/cargo/bounties/science.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/bounties/science.dm b/code/modules/cargo/bounties/science.dm index b8a01f56..bb50f529 100644 --- a/code/modules/cargo/bounties/science.dm +++ b/code/modules/cargo/bounties/science.dm @@ -8,7 +8,7 @@ name = "Trash Bag of Holding" description = "Centcom would make good use of high-capacity trash bags. If you have any, please ship them." reward = 3000 - wanted_types = list(/obj/item/storage/backpack/holding) + wanted_types = list(/obj/item/storage/bag/trash/bluespace) /datum/bounty/item/science/bluespace_syringe name = "Bluespace Syringe"