From 6e483dc5ad6af104d5362cbf539d2e4c605e46ef Mon Sep 17 00:00:00 2001 From: Melecie <97272289+Melecie@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:53:08 +0800 Subject: [PATCH] oop, messed up iron and silver fixed iron and silver displaying nothing and not killing fairies --- mods/fey_and_more.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mods/fey_and_more.js b/mods/fey_and_more.js index 24605965..667f3872 100644 --- a/mods/fey_and_more.js +++ b/mods/fey_and_more.js @@ -3,7 +3,7 @@ /* === CHANGELOG === -1.2 Version +2.0 Version + Updated to Mod Manager format + Essence and spirits + Mix mana with essence to create concoction: incredibly reactive, but tends to make mistakes. @@ -77,8 +77,8 @@ behaviors.FAIRYKILL = [ ]; // Changing vanilla elements -elements.iron.color = behaviors.FAIRYKILL; -elements.silver.color = behaviors.FAIRYKILL; +elements.iron.behavior = behaviors.FAIRYKILL; +elements.silver.behavior = behaviors.FAIRYKILL; elements.plague.category = "corruption"; @@ -1346,4 +1346,4 @@ elements.enchanted_ketchup = { state: "liquid", density: 1235, hidden: true -}; \ No newline at end of file +};