Increase savage damage.
This commit is contained in:
parent
394e5cd8c2
commit
26e671d600
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ if minetest.get_modpath("mobs") and mobs and mobs.mod == "redo" then
|
||||||
description = "Primitive Savage",
|
description = "Primitive Savage",
|
||||||
type = "monster",
|
type = "monster",
|
||||||
passive = false,
|
passive = false,
|
||||||
damage = 1,
|
damage = 2,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
attacks_monsters = true,
|
attacks_monsters = true,
|
||||||
hp_min = 5,
|
hp_min = 5,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue