Fix: Shuttle should not emergency call when shuttle bought #2627
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.
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 setscallShuttle
toFALSE
.The text was updated successfully, but these errors were encountered: