mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-18 11:34:59 +01:00
Fix #750
This commit is contained in:
parent
3787b95e0f
commit
f68a75f184
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ local pigman = {
|
||||||
hp_max = 20,
|
hp_max = 20,
|
||||||
xp_min = 6,
|
xp_min = 6,
|
||||||
xp_max = 6,
|
xp_max = 6,
|
||||||
breath_max = -1,
|
|
||||||
armor = {undead = 90, fleshy = 90},
|
armor = {undead = 90, fleshy = 90},
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
group_attack = { "mobs_mc:pigman", "mobs_mc:baby_pigman" },
|
group_attack = { "mobs_mc:pigman", "mobs_mc:baby_pigman" },
|
||||||
|
|
Loading…
Reference in a new issue