Merge pull request #5948 from mwerezak/train

Fixes runtime in train/explode()
This commit is contained in:
Ccomp5950
2014-08-10 18:53:27 -05:00

View File

@@ -62,7 +62,8 @@
// Vehicle procs
//-------------------------------------------
/obj/vehicle/train/explode()
tow.unattach()
if (tow)
tow.unattach()
unattach()
..()