From ebce3afd96033c440841e0e5b92b836f1c120097 Mon Sep 17 00:00:00 2001 From: Kabra_men <46802162+Kabramen@users.noreply.github.com> Date: Tue, 4 May 2021 13:05:37 -0300 Subject: [PATCH] Bounty --- code/modules/cargo/bounties/assistant.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/cargo/bounties/assistant.dm b/code/modules/cargo/bounties/assistant.dm index 5601dfe4..613f9872 100644 --- a/code/modules/cargo/bounties/assistant.dm +++ b/code/modules/cargo/bounties/assistant.dm @@ -236,3 +236,10 @@ reward = 2250 required_count = 5 wanted_types = list(/obj/structure/chair/plaswood) + +/datum/bounty/item/assistant/condom + name = "Filled Condom" + description = "Something wack is happening at Central Command, and now they requested some filled condoms?" + reward = 1150 + required_count = 5 + wanted_types = list(/obj/item/condom/filled) \ No newline at end of file