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: Shuttle should not emergency call when shuttle bought #2627

Open
Cupax3 opened this issue Dec 20, 2024 · 0 comments
Open

Fix: Shuttle should not emergency call when shuttle bought #2627

Cupax3 opened this issue Dec 20, 2024 · 0 comments
Labels
Easy First Issue Any bug/issue that is a good starting point for new coders! Tweak A small change/addition to already existing systems.

Comments

@Cupax3
Copy link
Contributor

Cupax3 commented Dec 20, 2024

Currently, the shuttle is called whenever a new shuttle is bought because that somehow triggers subsystem/shuttle/autoEvac().

The easiest fix would be to append a new condition to /datum/controller/subsystem/shuttle/proc/autoEvac() after L337 that checks for anything LobCorp specific and then sets callShuttle to FALSE.

@Cupax3 Cupax3 converted this from a draft issue Dec 20, 2024
@Cupax3 Cupax3 added Tweak A small change/addition to already existing systems. Easy First Issue Any bug/issue that is a good starting point for new coders! labels Dec 20, 2024
@Cupax3 Cupax3 changed the title Fix: Shuttle should not emergency call Fix: Shuttle should not emergency call when shuttle bought Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy First Issue Any bug/issue that is a good starting point for new coders! Tweak A small change/addition to already existing systems.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant