mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge pull request #921 from Erthilo/master
Fixes Special Ops shuttle return bug
This commit is contained in:
@@ -82,6 +82,8 @@ var/specops_shuttle_timeleft = 0
|
|||||||
var/mob/M = locate(/mob) in T
|
var/mob/M = locate(/mob) in T
|
||||||
M << "\red You have arrived at Central Command. Operation has ended!"
|
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)
|
for(var/obj/machinery/computer/specops_shuttle/S in world)
|
||||||
S.specops_shuttle_timereset = world.time + SPECOPS_RETURN_DELAY
|
S.specops_shuttle_timereset = world.time + SPECOPS_RETURN_DELAY
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user