Update 'mods/mobs_monster/stormtrooper+variants.lua'

This commit is contained in:
thunderdog1138 2020-07-19 00:44:38 +00:00
parent 826d3681af
commit 899bdf8564
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
--Stormtrooper
mobs:register_mob("mobs_monster:stormtrooper", {
type = "animal",
type = "npc",
passive = false,
attack_monsters = false,
attack_npcs = false,
attack_players = true,
group_attack = false,
attack_type = "dogfight",
pathfinding = true,