-
Notifications
You must be signed in to change notification settings - Fork 523
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
Shuttle deed spawner #618
Shuttle deed spawner #618
Conversation
how safe is this? Does it break if its put on something that isnt a shuttle? What about if its put in an un-init map? or a paused map? |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
I added a scan to to make sure its only working on shuttles, can probably add more scans to make it even more "safe" |
Moving to draft to fix and issue with multi card existing at the same time, as if one card sold the shuttle other one with the deep can bug out. |
Fixed the issue with multi deeds, also I merged the new name change system into the code and made sure its working. |
Another small issue that I need to make sure ID computer also delete deeds when there isn't a grid anymore or they going to auto eject cards, going to just copy paste the code block for it.. |
Fixed |
About the PR
Using this spawner in a ship will spawn a card with a copy of the ship deed, to be used by admins to recover deeds of ships.
Just spawn
ShuttleDeedIDCard
and you will get a new card with a deed copy.Why / Balance
Allow deed recovery.
Technical details
Added the deed component to shuttles to have the options to copy it back to a card.
Media
Breaking changes
N/A
Changelog
N/A