mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-11 12:50:41 +01:00
The goat attack players when players attack him
This commit is contained in:
parent
8d6fa26442
commit
59f42c1935
|
@ -5,7 +5,7 @@ mobs:register_mob("mobs:goat", {
|
|||
-- animal, monster, npc, barbarian
|
||||
type = "animal",
|
||||
-- aggressive, does 5 damage to player when threatened
|
||||
passive = true,
|
||||
passive = false,
|
||||
attack_type = "dogfight",
|
||||
damage = 5,
|
||||
-- health & armor
|
||||
|
|
Loading…
Reference in New Issue
Block a user