From 4a1fedf64f3b97cba4b725f5ca415e0dcc3c4cd7 Mon Sep 17 00:00:00 2001 From: Bloop <13398309+vinylspiders@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:03:46 -0500 Subject: [PATCH] Fixes an UpdatePaths script that was written backwards (#89128) ## About The Pull Request Tin. This script when run would actually undo any instances of the thing and revert it back to the invalid version. I found this out after running it and becoming confused when it seemingly undid their pr. ## Why It's Good For The Game Working scripts for downstreams are nice. I think. ## Changelog N/a --- tools/UpdatePaths/Scripts/88095_repaths_a357_to_c357.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/UpdatePaths/Scripts/88095_repaths_a357_to_c357.txt b/tools/UpdatePaths/Scripts/88095_repaths_a357_to_c357.txt index 28ad97efff1..0b6f5a9f39e 100644 --- a/tools/UpdatePaths/Scripts/88095_repaths_a357_to_c357.txt +++ b/tools/UpdatePaths/Scripts/88095_repaths_a357_to_c357.txt @@ -1,3 +1,3 @@ #comment Repaths instances of a357 with c357, so as to acknowledge that it is consistent with other casings. -/obj/item/ammo_casing/c357 : /obj/item/ammo_casing/a357{@OLD} +/obj/item/ammo_casing/a357 : /obj/item/ammo_casing/c357{@OLD}