Merge pull request #1122 from Kabramen/vaule

Condom Economy Expasion
This commit is contained in:
QuoteFox
2021-05-05 12:37:05 +01:00
committed by GitHub
3 changed files with 15 additions and 0 deletions
+7
View File
@@ -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)
+7
View File
@@ -0,0 +1,7 @@
//Condom
/datum/export/gear/condom
cost = 150
unit_name = "filled condom"
export_types = list(/obj/item/condom/filled)
include_subtypes = TRUE