Skip to content

Warp drive fixes#1956

Merged
mirrorcult merged 2 commits into
EphemeralSpace:masterfrom
EmoGarbage404:bug/warp-drive-fixes
Jun 8, 2026
Merged

Warp drive fixes#1956
mirrorcult merged 2 commits into
EphemeralSpace:masterfrom
EmoGarbage404:bug/warp-drive-fixes

Conversation

@EmoGarbage404

Copy link
Copy Markdown
Contributor

About the PR

Closes #1851
Closes #1855

changes:

  • Add console statuses for if the warp drive is blocked or doing the final charge
    • People always were getting confused about this so it seems like a logical fix.
  • Prevent double announcing the start of the final phase (happened due to network messages coming in at the same time)
  • Prevent random interruptions from happening during the final phase
    • This didnt even have an effect but it was just confusing so i figured might as well remove it
  • Fix the charge percentage calculation
    • It would essentially get "stuck" at a specific time after getting interrupted, since it didnt distinguish between being currently interrupted and having an interruption in the past
    • I think this also caused the negative charge issue if the time the thing was paused for was an exceedingly long value and the total charge was low enough.

Media

N/A

Changelog

🆑

  • fix: The warp drive console now shows when the warp drive is interrupted or doing the final charge
  • fix: Fixed an issue where the warp drive progress would not update and would show the same value continuously

@mirrorcult mirrorcult merged commit 474fe62 into EphemeralSpace:master Jun 8, 2026
12 checks passed
github-actions Bot pushed a commit that referenced this pull request Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warp drive can reach negative charge Warp drive double-announces sometimes

2 participants