From 517abe0b48ec46dcc50d813d134274b9dd2463e4 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 13 Feb 2019 21:52:00 +0100 Subject: [PATCH] Update power_cells_ch.dm --- code/modules/power/cells/power_cells_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/cells/power_cells_ch.dm b/code/modules/power/cells/power_cells_ch.dm index 36e0416c71..a192ce0587 100644 --- a/code/modules/power/cells/power_cells_ch.dm +++ b/code/modules/power/cells/power_cells_ch.dm @@ -56,4 +56,4 @@ materials = list(DEFAULT_WALL_MATERIAL = 2000,"glass" = 500, "silver" = 500) build_path = /obj/item/weapon/cell/device/hightech category = "Misc" - sort_string = "DAAAE" //Unique Letter String, this decides how the list of printable items is arranged + sort_string = "DAAAG" //Unique Letter String, this decides how the list of printable items is arranged