mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-12 18:03:13 +00:00
* Exploration Drone Launcher code update + hard-del (and other) fixes (#63551) Fixes exploration drone launcher overlays not being updated properly when fuel is consumed / changes Fixes crowbarring out a fuel pellet not updating the sprite, also fixes crowbarring out a fuel pellet after-attacking the exo-drone launcher Fixes fuel pellets not getting deleted when empty Fixes exploration drone launchers hard-delling if broken with a fuel pellet within Corrected fuel pellet description grammer, and added a proper description to the exodrone launcher Improved the code + documentation in general (early returns, better vars) Fuel pellets are very obtuse when working on exploration drones. Hopefully, a few of these fixes helps some of those clear up. When fuel pellets run out of uses, they're intended to delete, but never did - meaning you held around a buncha empty fuel. Trying to replace the fuel pellets was very confusing as the icon didn't update properly. * Exploration Drone Launcher code update + hard-del (and other) fixes Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>