mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-29 02:51:41 +00:00
* Fixes exodrones erroneously reporting "travelling back to station" in the status panel of their console UI. (#64487) This PR will rearrange the obj/item/exodrone/ui_description so that it won't be assumed that the drone is traveling back to station if in travel mode and its location (which is changed on arrival, not departure) isn't null, which basically means the drone is travelling from site to site, and specify which target site the drone is travelling to in the text string. * Fixes exodrones erroneously reporting "travelling back to station" in the status panel of their console UI. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>