mob_mummy disable pathfinding

master
Juraj Vajda 2018-01-07 11:19:34 -05:00
parent 057623df91
commit d2f2f590ed
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
local mummy_def = {
type = "monster",
passive = false,
pathfinding = true,
pathfinding = false,
attack_type = "dogshoot",
owner_loyal = true,
shoot_interval = 2,