11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
diff a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm (rejected hunks)
|
|
@@ -316,7 +316,7 @@
|
|
if(!check_dock(S))
|
|
testing("check_dock failed on request for [src]")
|
|
return
|
|
-
|
|
+
|
|
if(mode == SHUTTLE_IGNITING && destination == S)
|
|
return
|
|
|