diff --git a/code/game/specops_shuttle.dm b/code/game/specops_shuttle.dm index b2d73d36ac4..7a67f4c4cf6 100644 --- a/code/game/specops_shuttle.dm +++ b/code/game/specops_shuttle.dm @@ -82,6 +82,8 @@ var/specops_shuttle_timeleft = 0 var/mob/M = locate(/mob) in T M << "\red You have arrived at Central Command. Operation has ended!" + specops_shuttle_at_station = 0 + for(var/obj/machinery/computer/specops_shuttle/S in world) S.specops_shuttle_timereset = world.time + SPECOPS_RETURN_DELAY