Fix turrets graphics_set
This commit is contained in:
parent
6399bf1718
commit
b52646aa2b
3 changed files with 6 additions and 3 deletions
|
@ -168,7 +168,8 @@ if BI.Settings.Bio_Cannon then
|
||||||
folding_animation = folding_animation(),
|
folding_animation = folding_animation(),
|
||||||
folded_animation = folded_animation(),
|
folded_animation = folded_animation(),
|
||||||
call_for_help_radius = 90,
|
call_for_help_radius = 90,
|
||||||
attack_target_mask = {"Bio_Cannon_Ammo"}
|
attack_target_mask = {"Bio_Cannon_Ammo"},
|
||||||
|
graphics_set = {}
|
||||||
},
|
},
|
||||||
|
|
||||||
---- Corpse / Remnants
|
---- Corpse / Remnants
|
||||||
|
|
|
@ -939,7 +939,8 @@ data:extend({
|
||||||
return res
|
return res
|
||||||
end)(),
|
end)(),
|
||||||
|
|
||||||
call_for_help_radius = 1
|
call_for_help_radius = 1,
|
||||||
|
graphics_set = {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -278,7 +278,8 @@ data:extend({
|
||||||
volume = 0.85
|
volume = 0.85
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
call_for_help_radius = 40
|
call_for_help_radius = 40,
|
||||||
|
graphics_set = {}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue