From b890f857465e61dde73a8ef48c2875c9d18cbc35 Mon Sep 17 00:00:00 2001 From: MrSky12 <71841824+MrSky12@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:03:58 +0200 Subject: [PATCH] Updated :) --- code/modules/cargo/bounties/assistant.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/cargo/bounties/assistant.dm b/code/modules/cargo/bounties/assistant.dm index abbf4892..0b150315 100644 --- a/code/modules/cargo/bounties/assistant.dm +++ b/code/modules/cargo/bounties/assistant.dm @@ -237,9 +237,9 @@ 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 +//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)