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,6 +62,7 @@
// Vehicle procs
//-------------------------------------------
/obj/vehicle/train/explode()
if (tow)
tow.unattach()
unattach()
..()