mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
* 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>
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user