Skip to content

Conversation

@SokyranTheDragon
Copy link
Member

Comp_AtmosphericHeater is a subtype of CompTempControl, but has the CompGetGizmosExtra method rewritten. The +/- 1/10 degrees change was working fine, as it called the synced method InterfaceChangeTargetTemperature_NewTemp. However, this was not the case for the reset gizmo, as it set the temperature directly. I've synced the reset gizmo for the atmospheric heater itself, so it should work fine now.

Also moved the CompTempControl gizmo syncing from SyncDelegates to SyncMethods, right next to where the other sync method for the type was registered. I believe it should have been there to begin with, and I must have made a mistake while working through all the new and changed gizmos in 1.5.

`Comp_AtmosphericHeater` is a subtype of `CompTempControl`, but has the `CompGetGizmosExtra` method rewritten. The +/- 1/10 degrees change was working fine, as it called the synced method `InterfaceChangeTargetTemperature_NewTemp`. However, this was not the case for the reset gizmo, as it set the temperature directly. I've synced the reset gizmo for the atmospheric heater itself, so it should work fine now.

Also moved the `CompTempControl` gizmo from `SyncDelegates` to `SyncMethods`, right next to where the other sync method for it was registered. I believe it should have been there to begin with, and I must have made a mistake while working through all the new and changed gizmos in 1.5.
@SokyranTheDragon SokyranTheDragon added 1.5 Fixes or bugs relating to 1.5 (Not Anomaly). fix Fixes for a bug or desync. labels Aug 18, 2024
@notfood notfood changed the base branch from master to dev June 28, 2025 16:33
@notfood notfood merged commit 573087b into rwmt:dev Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.5 Fixes or bugs relating to 1.5 (Not Anomaly). fix Fixes for a bug or desync.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants