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

This commit is contained in:
thunderdog1138 2020-08-06 19:09:08 +00:00
parent 986c28c56c
commit c836ed3c32
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ mobs:register_mob("mobs_monster:stormtrooper", {
visual = "mesh",
mesh = "mobs_character.b3d",
textures = {
{"mobs_stormtrooper.png"},
{"stormtrooper.png"},
},
blood_texture = "default_desert_sand.png",
blood_texture = "blood.png",
makes_footstep_sound = true,
sounds = {
war_cry = "mobs_blast_em",
@ -77,6 +77,6 @@ mobs:spawn({
min_height = 0,
})
mobs:register_egg("mobs_monster:stormtrooper", "Stormtrooper", "default_desert_sand.png", 1)
mobs:register_egg("mobs_monster:stormtrooper", "Stormtrooper", "desert_sand.png", 1)
mobs:alias_mob("mobs:stormtrooper", "mobs_monster:stormtrooper") -- compatibility