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

This commit is contained in:
thunderdog1138 2020-03-27 23:50:59 +00:00
parent ab312116a1
commit 3c4748c7fa
1 changed files with 1 additions and 2 deletions

View File

@ -5,10 +5,9 @@
-- Stormtrooper
-- TODO: Attack players if they are holding a Jedi Lightsaber
mobs:register_mob("mobs_monster:stormtrooper", {
type = "animal",
type = "monster",
passive = false,
attack_type = "dogshoot",
attack_players = true,
arrow = "mobs_monster:blaster_red",
shoot_interval = 2,
shoot_offset = 1.5,