mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Space Chaplains: Now Sensical (#7323)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user