From 74b5961a8dd78bccb85f4ae2853842c68fb641df Mon Sep 17 00:00:00 2001 From: Winter Flare <7543955+Owai-Seek@users.noreply.github.com> Date: Tue, 5 Nov 2019 01:43:38 -0500 Subject: [PATCH] Removed an unneeded line, added gas masks --- code/modules/cargo/bounties/assistant.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/cargo/bounties/assistant.dm b/code/modules/cargo/bounties/assistant.dm index fdb88e841b..eea9d805c5 100644 --- a/code/modules/cargo/bounties/assistant.dm +++ b/code/modules/cargo/bounties/assistant.dm @@ -214,4 +214,9 @@ required_count = 3 wanted_types = list(/obj/item/storage/belt/utility) -/obj/item/storage/belt/utility \ No newline at end of file +/datum/bounty/item/assistant/toolbelts + name = "Gas Masks" + description = "The good news is that we have more miasma than we'll ever need. The bad news is, somone opened the release valve on the canisters. Ship us some gas masks!" + reward = 1100 + required_count = 4 + wanted_types = list(/obj/item/clothing/mask/gas)