From 34a495ee57e5ab8cab26ecb8d98c45f2c90a3b7f Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sun, 14 Jan 2024 10:53:33 +0100 Subject: [PATCH] Add hero of the village effect --- mods/ITEMS/mcl_potions/functions.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_potions/functions.lua b/mods/ITEMS/mcl_potions/functions.lua index 7ee2fd967..f435d55ea 100644 --- a/mods/ITEMS/mcl_potions/functions.lua +++ b/mods/ITEMS/mcl_potions/functions.lua @@ -500,7 +500,13 @@ mcl_potions.register_effect({ mcl_potions.register_effect({ name = "bad_omen", description = S("Bad Omen"), - particle_color = "#0b6138", + particle_color = "#472331", +}) + +mcl_potions.register_effect({ + name = "hero_of_village", + description = S("Hero of the Village"), + particle_color = "#006D2A", }) mcl_potions.register_effect({