Skip to content

Fix RF amplifier heat rate always returning 100 H/t#287

Merged
igentuman merged 1 commit into
igentuman:1.20from
SkeletonAdventure:fix/rf-amplifier-heat-rate
Jul 18, 2026
Merged

Fix RF amplifier heat rate always returning 100 H/t#287
igentuman merged 1 commit into
igentuman:1.20from
SkeletonAdventure:fix/rf-amplifier-heat-rate

Conversation

@SkeletonAdventure

Copy link
Copy Markdown

RFAmplifierPrefab.getHeatRate() was a hardcoded stub, ignoring the per-tier heat field used by the tooltip (getHeat()). This meant every amplifier tier contributed exactly 100 H/t to accelerator heat generation regardless of tier, contradicting the displayed tooltip values (300/580/1140/2260/4500). Mirrors ElectromagnetBlock's correct pattern of delegating getHeatRate() to getHeat().

RFAmplifierPrefab.getHeatRate() was a hardcoded stub, ignoring the
per-tier heat field used by the tooltip (getHeat()). This meant every
amplifier tier contributed exactly 100 H/t to accelerator heat
generation regardless of tier, contradicting the displayed tooltip
values (300/580/1140/2260/4500). Mirrors ElectromagnetBlock's correct
pattern of delegating getHeatRate() to getHeat().
@igentuman
igentuman merged commit 1bc4fb9 into igentuman:1.20 Jul 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants