Increase savage damage.

This commit is contained in:
Duane 2016-07-24 22:08:44 -05:00
parent 394e5cd8c2
commit 26e671d600

View file

@ -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,