From 8dee8c7fb531d9e4c1f5b0ec7187acc4fa70535d Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:22:34 -0400 Subject: [PATCH] Fix backwards updatepaths script (#96643) ## About The Pull Request this currently replaces the mecha subtype with the car subtype which isnt right ## Why It's Good For The Game Fix ## Changelog N/A --- tools/UpdatePaths/Scripts/96571_VIMs_to_mechs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/UpdatePaths/Scripts/96571_VIMs_to_mechs.txt b/tools/UpdatePaths/Scripts/96571_VIMs_to_mechs.txt index 0a2d30050fa..e39ca47ca2c 100644 --- a/tools/UpdatePaths/Scripts/96571_VIMs_to_mechs.txt +++ b/tools/UpdatePaths/Scripts/96571_VIMs_to_mechs.txt @@ -1 +1 @@ -/obj/vehicle/sealed/mecha/vim : /obj/vehicle/sealed/car/vim{@OLD} +/obj/vehicle/sealed/car/vim : /obj/vehicle/sealed/mecha/vim{@OLD}