Files
Bubberstation/tools/UpdatePaths/Scripts/66210_replace_tiered_canisters.txt
T
Son-of-SpaceandGitHub 4083eb72e2 Organizes the Update Paths tools folder and provides a readme (#67241)
Puts the scripts for Update Paths in a "scripts" subfolder, labels them all according to their associated PR for easy sequential updating on paths, and provides a readme for how to use the tool and how to make the scripts for it.

I don't know what the label would be for this.

* Organizes the Update Paths tools folder and provides a readme

* Clarified adding more than one path update in the readme

* swaps the rtf with a markdown file

* renames the most recent updatepaths and throws it into the folder
2022-05-29 17:59:18 -06:00

9 lines
913 B
Plaintext

#comment replaces /obj/machinery/portable_atmospherics/canister/tier_# with /obj/machinery/portable_atmospherics/canister
#comment replaces /obj/structure/canister_frame/machine/frame_tier_0 with /obj/structure/canister_frame/machine/unfinished_frame
#comment replaces /obj/structure/canister_frame/machine/frame_tier_1 with /obj/structure/canister_frame/machine/finished_frame
/obj/machinery/portable_atmospherics/canister/tier_1 : /obj/machinery/portable_atmospherics/canister
/obj/machinery/portable_atmospherics/canister/tier_2 : /obj/machinery/portable_atmospherics/canister
/obj/machinery/portable_atmospherics/canister/tier_3 : /obj/machinery/portable_atmospherics/canister
/obj/structure/canister_frame/machine/frame_tier_0 : /obj/structure/canister_frame/machine/unfinished_canister_frame
/obj/structure/canister_frame/machine/frame_tier_1 : /obj/structure/canister_frame/machine/finished_canister_frame