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

fix prebuilt tabletop computer deconstruction #2226

Merged

Conversation

MisterMecky
Copy link
Contributor

@MisterMecky MisterMecky commented Oct 14, 2024

About the PR

Changes the construction step for the BaseStructureComputerTabletop prototype to be the last step.

Fixes #1521

Why / Balance

Pre-mapped/built tabletop computers are currently bugged in that they do not return the board upon deconstruction

How to test

  1. Spawn tabletop computer variant from spawn menu
  2. Attempt to deconstruct

Media

Before change:
befr
Result of deconstruction:
bef2


After change:
after
Result of deconstruction:
aft2

Requirements

Breaking changes

Changelog

🆑

  • fix: prebuilt tabletop computers can now be properly deconstructed

Copy link
Contributor

@whatston3 whatston3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deconstruction works, construction works. Good.

@whatston3 whatston3 merged commit 55d155f into new-frontiers-14:master Oct 15, 2024
13 checks passed
FrontierATC added a commit that referenced this pull request Oct 15, 2024
@MisterMecky MisterMecky deleted the fixdeconstructtabletop branch October 19, 2024 12:37
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.

Attempting to deconstruct a tabletop shuttle console destroys the console
2 participants