mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Adds a new security bounty and tweaks existing security bounties. (#55952)
Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
This commit is contained in:
@@ -143,3 +143,24 @@
|
||||
reqs = list(/obj/item/stack/sheet/animalhide/lizard = 1, /obj/item/stack/sheet/leather = 1)
|
||||
time = 60
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/prisonsuit
|
||||
name = "Prisoner Uniform (Suit)"
|
||||
result = /obj/item/clothing/under/rank/prisoner
|
||||
reqs = list(/obj/item/stack/sheet/cloth = 3, /obj/item/stack/license_plates = 1)
|
||||
time = 20
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/prisonskirt
|
||||
name = "Prisoner Uniform (Skirt)"
|
||||
result = /obj/item/clothing/under/rank/prisoner/skirt
|
||||
reqs = list(/obj/item/stack/sheet/cloth = 3, /obj/item/stack/license_plates = 1)
|
||||
time = 20
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/prisonshoes
|
||||
name = "Orange Prison Shoes"
|
||||
result = /obj/item/clothing/shoes/sneakers/orange
|
||||
reqs = list(/obj/item/stack/sheet/cloth = 2, /obj/item/stack/license_plates = 1)
|
||||
time = 10
|
||||
category = CAT_CLOTHING
|
||||
|
||||
Reference in New Issue
Block a user