mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes runtime in train/explode()
This commit is contained in:
@@ -62,7 +62,8 @@
|
|||||||
// Vehicle procs
|
// Vehicle procs
|
||||||
//-------------------------------------------
|
//-------------------------------------------
|
||||||
/obj/vehicle/train/explode()
|
/obj/vehicle/train/explode()
|
||||||
tow.unattach()
|
if (tow)
|
||||||
|
tow.unattach()
|
||||||
unattach()
|
unattach()
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user