Add hero of the village effect

This commit is contained in:
the-real-herowl 2024-01-14 10:53:33 +01:00
parent 007500613a
commit a8054e8112
1 changed files with 7 additions and 1 deletions

View File

@ -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({