Skip to content

Commit 19d11e1

Browse files
Fixes non existant escape pods crashing into shuttle (#37493)
1 parent 0be3e51 commit 19d11e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/game/turfs/simulated/shuttle.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216

217217
/obj/machinery/podcomputer/Destroy()
218218
linked_pod?.podcomputer = null
219+
linked_pod?.crashing_this_pod = FALSE
219220
..()
220221

221222
/obj/machinery/podcomputer/process()

0 commit comments

Comments
 (0)