From ea0229aba257aca4b8db2b256e8f482f67e65e94 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 20 Jan 2023 21:09:55 +0100 Subject: [PATCH] [MIRROR] Updatepaths script for #72736 [MDB IGNORE] (#18793) * Updatepaths script for #72736 (#72779) ## About The Pull Request Adds an updatepaths script for #72736 Turned `72479_replace_faithless` into a .txt file for consistency ## Why It's Good For The Game #72736 changes the paths of some very common items seen throughout the game, such as hardhats and nitrile gloves. This PR adds an updatepaths script for such revisions. ## Changelog code improvement, no player facing changes, whatever you call it. I can't be bothered. * Updatepaths script for #72736 Co-authored-by: SpaceSmithers <105393050+SpaceSmithers@users.noreply.github.com> --- ...9_replace_faithless => 72479_replace_faithless.txt} | 0 tools/UpdatePaths/Scripts/72736_gloves.txt | 10 ++++++++++ 2 files changed, 10 insertions(+) rename tools/UpdatePaths/Scripts/{72479_replace_faithless => 72479_replace_faithless.txt} (100%) create mode 100644 tools/UpdatePaths/Scripts/72736_gloves.txt diff --git a/tools/UpdatePaths/Scripts/72479_replace_faithless b/tools/UpdatePaths/Scripts/72479_replace_faithless.txt similarity index 100% rename from tools/UpdatePaths/Scripts/72479_replace_faithless rename to tools/UpdatePaths/Scripts/72479_replace_faithless.txt diff --git a/tools/UpdatePaths/Scripts/72736_gloves.txt b/tools/UpdatePaths/Scripts/72736_gloves.txt new file mode 100644 index 00000000000..180031962b6 --- /dev/null +++ b/tools/UpdatePaths/Scripts/72736_gloves.txt @@ -0,0 +1,10 @@ +/obj/item/clothing/gloves/color/captain : /obj/item/clothing/gloves/captain{@OLD} +/obj/item/clothing/gloves/color/chief_engineer : /obj/item/clothing/gloves/chief_engineer{@OLD} +/obj/item/clothing/gloves/color/latex : /obj/item/clothing/gloves/latex{@OLD} +/obj/item/clothing/gloves/color/latex/nitrile : /obj/item/clothing/gloves/latex/nitrile{@OLD} +/obj/item/clothing/head/utility/hardhat/weldhat : /obj/item/clothing/head/utility/hardhat/welding{@OLD} +/obj/item/clothing/head/utility/hardhat/weldhat/orange : /obj/item/clothing/head/utility/hardhat/welding/orange{@OLD} +/obj/item/clothing/head/utility/hardhat/weldhat/white : /obj/item/clothing/head/utility/hardhat/welding/white{@OLD} +/obj/item/clothing/head/utility/hardhat/weldhat/dblue : /obj/item/clothing/head/utility/hardhat/welding/dblue{@OLD} +/obj/item/clothing/head/utility/hardhat/atmos : /obj/item/clothing/head/utility/hardhat/welding/atmos{@OLD} +/obj/item/clothing/gloves/color/latex/engineering : /obj/item/clothing/gloves/tinkerer{@OLD}