mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Shuttle unit test + bugfix (#13578)
This commit is contained in:
@@ -99,6 +99,14 @@
|
||||
fuel_to_consume -= fuel_available
|
||||
FT.remove_air_by_flag(XGM_GAS_FUEL, fuel_available)
|
||||
|
||||
/datum/shuttle/autodock/overmap/on_move_interim()
|
||||
..()
|
||||
for(var/obj/machinery/computer/shuttle_control/explore/E in shuttle_computers)
|
||||
var/obj/effect/overmap/visitable/ship/S = E.linked
|
||||
if(S)
|
||||
S.halt()
|
||||
S.unhalt()
|
||||
|
||||
/obj/structure/fuel_port
|
||||
name = "fuel port"
|
||||
desc = "The fuel input port of the shuttle. Holds one fuel tank. Use a crowbar to open and close it."
|
||||
@@ -156,4 +164,4 @@
|
||||
/obj/structure/fuel_port/hide()
|
||||
return
|
||||
|
||||
#undef waypoint_sector
|
||||
#undef waypoint_sector
|
||||
|
||||
Reference in New Issue
Block a user