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