[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:
SkyratBot
2021-01-28 03:06:55 +01:00
committed by GitHub
co-authored by Qustinnus
parent 82d220b95d
commit d46cde8eae
25 changed files with 283 additions and 40 deletions
@@ -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