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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user