From 959e6e6a367ccf4df17cdce7e9aa6793622e6e2b Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:10:39 -0400 Subject: [PATCH] Fix emergency suture updatepaths script (#91978) ## About The Pull Request The script is backwards, it replaces bandages with emergency sutures ## Why It's Good For The Game It doesn't work ## Changelog No --- tools/UpdatePaths/Scripts/91854_emergency_suture.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/UpdatePaths/Scripts/91854_emergency_suture.txt b/tools/UpdatePaths/Scripts/91854_emergency_suture.txt index f814b7863de..6c2f2d589de 100644 --- a/tools/UpdatePaths/Scripts/91854_emergency_suture.txt +++ b/tools/UpdatePaths/Scripts/91854_emergency_suture.txt @@ -1,3 +1,3 @@ -#comment This replaces the old emergency sutures with bandages. +#comment This replaces the old emergency sutures with bandages. -/obj/item/stack/medical/bandage : /obj/item/stack/medical/suture/emergency{@OLD} +/obj/item/stack/medical/suture/emergency : /obj/item/stack/medical/bandage{@OLD}