mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[MIRROR] Adds the Hauntium material, which turns any item into a ghost (with AI) (#2918)
* Adds the Hauntium material, which turns any item into a ghost (with AI) (#55728) * Adds the Hauntium material, which turns any item into a ghost (with AI) Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
@@ -770,3 +770,22 @@ new /datum/stack_recipe("paper frame door", /obj/structure/mineral_door/paperfra
|
||||
amount = 20
|
||||
/obj/item/stack/sheet/sandblock/five
|
||||
amount = 5
|
||||
|
||||
|
||||
/obj/item/stack/sheet/hauntium
|
||||
name = "haunted sheets"
|
||||
desc = "These sheets seem cursed."
|
||||
singular_name = "haunted sheet"
|
||||
icon_state = "sheet-meat"
|
||||
material_flags = MATERIAL_COLOR
|
||||
mats_per_unit = list(/datum/material/hauntium = MINERAL_MATERIAL_AMOUNT)
|
||||
merge_type = /obj/item/stack/sheet/hauntium
|
||||
material_type = /datum/material/hauntium
|
||||
material_modifier = 1 //None of that wussy stuff
|
||||
|
||||
/obj/item/stack/sheet/hauntium/fifty
|
||||
amount = 50
|
||||
/obj/item/stack/sheet/hauntium/twenty
|
||||
amount = 20
|
||||
/obj/item/stack/sheet/hauntium/five
|
||||
amount = 5
|
||||
|
||||
Reference in New Issue
Block a user