mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user