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

This commit is contained in:
thunderdog1138 2020-03-27 16:04:37 +00:00
parent 587f1043eb
commit d47503437b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
-- TODO: Attack players if they are holding a Jedi Lightsaber
mobs:register_mob("mobs_monster:stormtrooper", {
type = "npc",
passive = true,
passive = false,
attack_type = "shoot",
arrow = "mobs_monster:blaster_red",
shoot_interval = 2,