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