Shuttle unit test + bugfix (#13578)

This commit is contained in:
mikomyazaki
2022-04-20 22:15:27 +02:00
committed by GitHub
parent e59589ec8a
commit 692bef4a37
10 changed files with 77 additions and 5 deletions
+9 -1
View File
@@ -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