Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decreases cortical borer evolution rate and makes it use delta time #3265

Conversation

RikuTheKiller
Copy link
Contributor

@RikuTheKiller RikuTheKiller commented Sep 7, 2024

About The Pull Request

Turns out making it use the intended 40 second time made it extremely fast compared to before.
My guess is that the original didn't work properly. I've confirmed this works through varedit.
This also edits it to use delta time so it should actually be immune to lag now.

Why It's Good For The Game

Bugfix good, also 60 billion evolution point borers bad.

Changelog

🆑
balance: Borers now evolve slower again.
fix: Borer maturity (not regen or such) is now actually lag immune.
/:cl:

@wraith-54321
Copy link
Collaborator

I know why the original was broken, it was just directly adding seconds_per_tick instead of using it as a multiplier

@RikuTheKiller
Copy link
Contributor Author

RikuTheKiller commented Sep 9, 2024

I know why the original was broken, it was just directly adding seconds_per_tick instead of using it as a multiplier

No. Both seconds_per_tick and maturity_age are in seconds. Multiplying it by 1 wouldn't really do much lol. Also by the original I meant the one that didn't use seconds_per_tick at all.

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.

3 participants