From ed2a76e5aea932a573beb4dd894cf6a432d0a5bc Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 17 Aug 2023 07:08:11 +0200 Subject: [PATCH] [MIRROR] Just adds some ending commas to plumbing design lists [MDB IGNORE] (#23143) * Just adds some ending commas to plumbing design lists * Update RPLD.dm --------- Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- code/game/objects/items/rcd/RPLD.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/rcd/RPLD.dm b/code/game/objects/items/rcd/RPLD.dm index 1150134cd36..da0b76b0436 100644 --- a/code/game/objects/items/rcd/RPLD.dm +++ b/code/game/objects/items/rcd/RPLD.dm @@ -62,7 +62,7 @@ /obj/machinery/plumbing/bottler = 50, /obj/machinery/plumbing/pill_press = 20, /obj/machinery/iv_drip/plumbing = 20 - ), // SKYRAT EDIT CHANGE: ORIGINAL - no comma + ), // SKYRAT EDIT ADDITION START - static list so we have no choice but to skyrat edit these here //category 4 liquids @@ -332,7 +332,7 @@ "Storage" = list( /obj/machinery/plumbing/tank = 20, /obj/machinery/plumbing/acclimator = 10, - ), // SKYRAT EDIT CHANGE: ORIGINAL - no comma + ), // SKYRAT EDIT ADDITION START - static list so we have no choice but to skyrat edit these here //category 4 liquids @@ -382,7 +382,7 @@ /obj/machinery/plumbing/bottler = 50, /obj/machinery/plumbing/tank = 20, /obj/machinery/plumbing/acclimator = 10, - ), // SKYRAT EDIT CHANGE: ORIGINAL - no comma + ), // SKYRAT EDIT ADDITION START - static list so we have no choice but to skyrat edit these here //category 4 liquids