From b57fcf92a7046f804eef08d6bd993697e0c97209 Mon Sep 17 00:00:00 2001 From: NoryGit <261927847+NoryGit@users.noreply.github.com> Date: Sat, 9 May 2026 12:04:50 +0000 Subject: [PATCH 1/2] Battleships: Disable fireclock rendering on aft turrets --- units/UAS0302/UAS0302_unit.bp | 1 - units/URS0302/URS0302_unit.bp | 1 - units/XSS0302/XSS0302_unit.bp | 1 - 3 files changed, 3 deletions(-) diff --git a/units/UAS0302/UAS0302_unit.bp b/units/UAS0302/UAS0302_unit.bp index 5d0ec8d8dc5..9be87e9344f 100644 --- a/units/UAS0302/UAS0302_unit.bp +++ b/units/UAS0302/UAS0302_unit.bp @@ -338,7 +338,6 @@ UnitBlueprint{ RackSlavedToTurret = false, RangeCategory = "UWRC_DirectFire", RateOfFire = 10/60, --10/integer interval in ticks - RenderFireClock = true, SlavedToBody = true, SlavedToBodyArcRange = 155, TargetPriorities = { diff --git a/units/URS0302/URS0302_unit.bp b/units/URS0302/URS0302_unit.bp index 48879ad053c..76a0652002c 100644 --- a/units/URS0302/URS0302_unit.bp +++ b/units/URS0302/URS0302_unit.bp @@ -305,7 +305,6 @@ UnitBlueprint{ RackSlavedToTurret = true, RangeCategory = "UWRC_DirectFire", RateOfFire = 10/40, --10/integer interval in ticks - RenderFireClock = true, SlavedToBody = true, SlavedToBodyArcRange = 130, TargetPriorities = { diff --git a/units/XSS0302/XSS0302_unit.bp b/units/XSS0302/XSS0302_unit.bp index 38efd20486c..5dcbb705462 100644 --- a/units/XSS0302/XSS0302_unit.bp +++ b/units/XSS0302/XSS0302_unit.bp @@ -362,7 +362,6 @@ UnitBlueprint{ RackSlavedToTurret = false, RangeCategory = "UWRC_DirectFire", RateOfFire = 10/40, --10/integer interval in ticks - RenderFireClock = true, SlavedToBody = true, SlavedToBodyArcRange = 155, TargetPriorities = { From c0ed4067da00172be51d942ebe1c88058b070c21 Mon Sep 17 00:00:00 2001 From: NoryGit <261927847+NoryGit@users.noreply.github.com> Date: Sat, 9 May 2026 12:21:07 +0000 Subject: [PATCH 2/2] Add changelog --- changelog/snippets/fix.7111.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/snippets/fix.7111.md diff --git a/changelog/snippets/fix.7111.md b/changelog/snippets/fix.7111.md new file mode 100644 index 00000000000..05863ea5af1 --- /dev/null +++ b/changelog/snippets/fix.7111.md @@ -0,0 +1 @@ +- (#7111) Fixed an issue where battleships' aft turrets reset the fire clock.