Fix turrets graphics_set

This commit is contained in:
Simon Brodtmann 2025-07-05 18:50:03 +02:00
parent 6399bf1718
commit b52646aa2b
3 changed files with 6 additions and 3 deletions

View file

@ -168,7 +168,8 @@ if BI.Settings.Bio_Cannon then
folding_animation = folding_animation(),
folded_animation = folded_animation(),
call_for_help_radius = 90,
attack_target_mask = {"Bio_Cannon_Ammo"}
attack_target_mask = {"Bio_Cannon_Ammo"},
graphics_set = {}
},
---- Corpse / Remnants

View file

@ -939,7 +939,8 @@ data:extend({
return res
end)(),
call_for_help_radius = 1
call_for_help_radius = 1,
graphics_set = {}
},

View file

@ -278,7 +278,8 @@ data:extend({
volume = 0.85
},
},
call_for_help_radius = 40
call_for_help_radius = 40,
graphics_set = {}
},