Fixes runtime in train/explode()

This commit is contained in:
mwerezak
2014-08-10 18:37:39 -04:00
committed by ZomgPonies
parent 183c25167c
commit af0ab6fc5c
+2 -1
View File
@@ -62,7 +62,8 @@
// Vehicle procs
//-------------------------------------------
/obj/vehicle/train/explode()
tow.unattach()
if (tow)
tow.unattach()
unattach()
..()