Fix some pathfinding mob definitions
This commit is contained in:
parent
0f119663d7
commit
26cea30116
10 changed files with 16 additions and 15 deletions
|
@ -24,7 +24,7 @@ local zombie = {
|
|||
run_velocity = 1.6,
|
||||
damage = 3,
|
||||
fear_height = 8,
|
||||
pathfinding = true,
|
||||
pathfinding = 1,
|
||||
jump = true,
|
||||
jump_height = 1.25,
|
||||
group_attack = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue