diff --git a/code/modules/vehicles/train.dm b/code/modules/vehicles/train.dm index b7e70f039f..d8e372d818 100644 --- a/code/modules/vehicles/train.dm +++ b/code/modules/vehicles/train.dm @@ -62,7 +62,8 @@ // Vehicle procs //------------------------------------------- /obj/vehicle/train/explode() - tow.unattach() + if (tow) + tow.unattach() unattach() ..()