1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-15 06:45:22 +01:00

add pathfinding to monsters

This commit is contained in:
2016-02-18 18:34:19 +01:00
parent f8e7c9557d
commit 9bff7f1dee
11 changed files with 13 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ mobs:register_mob("mobs:greensmall", {
type = "monster",
-- aggressive, deals 2 damage to player when hit
passive = false,
pathfinding = true,
reach = 2,
damage = 2,
attack_type = "dogfight",