1
0
Fork 0

Add hero of the village effect

potions_api_redo
the-real-herowl 2024-01-14 10:53:33 +01:00 committed by the-real-herowl
parent c45b0baa61
commit 05312e611c
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({