Fixes runtime in train/explode()

This commit is contained in:
mwerezak
2014-08-10 18:37:39 -04:00
parent 30c96bc7cc
commit 8482314541

View File

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