diff --git a/code/game/objects/items/weapons/power_cells.dm b/code/game/objects/items/weapons/power_cells.dm index 9ecd9bbcc8..192f667feb 100644 --- a/code/game/objects/items/weapons/power_cells.dm +++ b/code/game/objects/items/weapons/power_cells.dm @@ -36,6 +36,7 @@ /obj/item/weapon/cell/device/weapon name = "weapon power cell" desc = "A small power cell designed to power handheld weaponry." + icon_state = "wcell" maxcharge = 2400 /obj/item/weapon/cell/crap diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 6503f6e63c..1c72024342 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -274,6 +274,7 @@ other types of metals and chemistry for reagents). build_type = PROTOLATHE id = "weapon" materials = list(DEFAULT_WALL_MATERIAL = 700, "glass" = 50) + build_path = /obj/item/weapon/cell/device/weapon category = "Misc" sort_string = "DAABB" diff --git a/icons/obj/power.dmi b/icons/obj/power.dmi index 8b6205e9e8..a1329d0091 100644 Binary files a/icons/obj/power.dmi and b/icons/obj/power.dmi differ