diff --git a/code/modules/power/cells/power_cells_ch.dm b/code/modules/power/cells/power_cells_ch.dm index a0f0d13e77..2d26bc9e56 100644 --- a/code/modules/power/cells/power_cells_ch.dm +++ b/code/modules/power/cells/power_cells_ch.dm @@ -1,10 +1,10 @@ /obj/item/weapon/cell/high/hightech - name = "Self-charging power cell" - origin_tech = list(TECH_POWER = 7) + name = "Self-charging power cell" + origin_tech = list(TECH_POWER = 7) icon_state = "hcell" maxcharge = 2000//Trade in charge for recharge matter = list(DEFAULT_WALL_MATERIAL = 1000, "glass" = 100) - description_info = "This 'cell' holds a max charge of 1k and self recharges over time." + description_info = "This 'cell' holds a max charge of 1k and self recharges over time." /obj/item/weapon/cell/high/hightech/empty/New() ..()