Adds new reagents and recipes (#3688)

This pr adds some new reagents and recipes, to be used properly with the feature added by #3522.
This commit is contained in:
Alberyk
2017-11-15 23:11:51 +01:00
committed by Werner
parent 7dc02be204
commit 8dd97ed30b
12 changed files with 233 additions and 49 deletions
+4 -2
View File
@@ -139,9 +139,11 @@
var/lich = null
/obj/item/phylactery/New()
..()
/obj/item/phylactery/Initialize()
. = ..()
world_phylactery += src
create_reagents(30)
reagents.add_reagent("undead_ichor", 30)
/obj/item/phylactery/Destroy()
lich << "<span class='danger'>Your phylactery was destroyed, your soul is cast into the abyss as your immortality vanishes away!</span>"