Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Fix the speed of the chemplant (again) #864

Merged
merged 2 commits into from
Apr 7, 2024

Conversation

chochem
Copy link
Member

@chochem chochem commented Apr 7, 2024

Yes, I fixed it a year ago. But it has since been broken again, this time in the other direction. :P

Specifically it was broken here: #697

@chochem chochem requested a review from a team April 7, 2024 02:55
@HoleFish
Copy link
Contributor

HoleFish commented Apr 7, 2024

Can't we just delete this method and do a copypaste of pyrolyse oven code?

@chochem
Copy link
Member Author

chochem commented Apr 7, 2024

never looked at pyro, whats better about it?

@HoleFish
Copy link
Contributor

HoleFish commented Apr 7, 2024

Pyro one is shorter (and clear):
setSpeedBonus(2f / (1 + coilHeat.getTier()));
In chemplant it would be like setSpeedBonus(2f / (1 + mCoilTier)); or smth

@chochem
Copy link
Member Author

chochem commented Apr 7, 2024

done.

@chochem chochem merged commit 3b53231 into GTNewHorizons:master Apr 7, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants