From 5d4732ed30ddc901f72bd354714a45a76027f2f4 Mon Sep 17 00:00:00 2001 From: Winter Flare <7543955+Owai-Seek@users.noreply.github.com> Date: Sat, 18 Jan 2020 22:36:20 -0500 Subject: [PATCH] Update assistant.dm --- code/modules/cargo/bounties/assistant.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/cargo/bounties/assistant.dm b/code/modules/cargo/bounties/assistant.dm index 84d3fd3626..2e53d29001 100644 --- a/code/modules/cargo/bounties/assistant.dm +++ b/code/modules/cargo/bounties/assistant.dm @@ -208,7 +208,7 @@ wanted_types = list(/obj/item/shield/makeshift) /datum/bounty/item/assistant/toolbelts - name = "Tool Belts" //Made it 4 so you can't just buy one set of toolbelts to finish the bounty. + name = "Tool Belts" //Made it 5 so you can't just buy one set of toolbelts to finish the bounty. description = "These things always seem to go missing. Ship us a few to help us restock." reward = 1350 required_count = 5 @@ -226,4 +226,4 @@ description = "Have you ever launched a tennis ball, newspaper, or ***** at someones head from across the room? No? We haven't either. Help us rectify this." reward = "2000" required_count = 2 - wanted_types = list(/obj/item/pneumatic_cannon/ghetto) \ No newline at end of file + wanted_types = list(/obj/item/pneumatic_cannon/ghetto)