Space Chaplains: Now Sensical (#7323)

This commit is contained in:
Geeves
2019-11-17 20:16:26 +01:00
committed by Werner
parent 8fadcf426b
commit ca5550c5d7
11 changed files with 262 additions and 189 deletions
@@ -219,6 +219,19 @@
return
return ..(M,user)
//Religious items
/obj/item/clothing/accessory/rosary
name = "rosary"
desc = "A form of prayer psalter used in the Catholic Church, with a string of beads attached to it."
icon = 'icons/obj/clothing/chaplain.dmi'
icon_state = "rosary"
overlay_state = "rosary"
flippable = 1
slot_flags = SLOT_BELT | SLOT_TIE
drop_sound = 'sound/items/drop/scrap.ogg'
//Medals
/obj/item/clothing/accessory/medal
name = "bronze medal"
@@ -21,6 +21,7 @@
recipes += new/datum/stack_recipe("[display_name] chair", /obj/structure/bed/chair, one_per_turf = 1, on_floor = 1, supplied_material = "[name]")
recipes += new/datum/stack_recipe("[display_name] bed", /obj/structure/bed, 2, one_per_turf = 1, on_floor = 1, supplied_material = "[name]")
recipes += new/datum/stack_recipe("[display_name] lock",/obj/item/material/lock_construct, 1, time = 20, one_per_turf = 0, on_floor = 1, supplied_material = "[name]")
recipes += new/datum/stack_recipe("[display_name] urn", /obj/item/material/urn, 10, time = 30, one_per_turf = FALSE, on_floor = 1, supplied_material = "[name]")
if(hardness>=10)
recipes += new/datum/stack_recipe("[display_name] ashtray", /obj/item/material/ashtray, 2, one_per_turf = 1, on_floor = 1, supplied_material = "[name]")
if(hardness>50)