This commit is contained in:
2026-07-03 15:10:18 +09:00
parent 5604eba35a
commit ed4f1054f2
+2 -1
View File
@@ -19,11 +19,12 @@ if data.raw['active-defense-equipment'] and data.raw['active-defense-equipment']
data.raw['active-defense-equipment']['discharge-defense-equipment'].automatic = true
end
-- MIG C 2 BASE ENTITY
-- MIG C 1 BASE ENTITY
if data.raw['programmable-speaker'] and data.raw['programmable-speaker']['programmable-speaker'] then
data.raw['programmable-speaker']['programmable-speaker'].energy_source.usage_priority = 'primary-input'
end
-- MIG C 1 BASE ENTITY
if data.raw['fluid-turret'] and data.raw['fluid-turret']['flamethrower-turret'] then
table.insert(data.raw['fluid-turret']['flamethrower-turret'].attack_parameters.fluids, {type = 'sulfuric-acid', damage_modifier = 1.2})
end