mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Add hero of the village effect
This commit is contained in:
parent
007500613a
commit
a8054e8112
1 changed files with 7 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue