Add hunger. Make goblins attack. Remove easy bread.

This commit is contained in:
Duane Robertson 2016-05-23 07:54:39 -05:00
parent 689548aa9b
commit 11e404c23a
4 changed files with 12 additions and 3 deletions

View file

@ -98,7 +98,7 @@ end
mobs:register_mob("fun_caves:goblin_digger", {
description = "Digger Goblin",
type = "animal",
passive = false,
passive = true,
damage = 1,
attack_type = "dogfight",
attacks_monsters = true,