Files
Bubberstation/code/modules/shuttle
John Willard 528ade4e12 Fixes emergency pods not working (#69892)
* Fixes emergency pods not working

* ``get_control_console()`` currently doesn't work because it's runtiming instead of properly finding the shuttle computer, which would cause pod's request() to return and call parent, but parent handles sending the pods off, so I fixed it by not calling parent if they didn't have a console, and also fixed it finding its console.

* wtf emagged shuttles can just go?

* replaces || with &&
2022-09-15 08:32:09 -04:00
..