mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
Add hero of the village effect
This commit is contained in:
parent
007500613a
commit
a8054e8112
@ -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 New Issue
Block a user