From 1c57bc680154878ee6b28d77ad500f60a3d30f89 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 6 Feb 2019 00:43:14 +0100 Subject: [PATCH] Rechargeable battery, now actually recharges itself. woops --- code/modules/power/cells/power_cells_ch.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/power/cells/power_cells_ch.dm b/code/modules/power/cells/power_cells_ch.dm index 2d26bc9e56..09a3ece575 100644 --- a/code/modules/power/cells/power_cells_ch.dm +++ b/code/modules/power/cells/power_cells_ch.dm @@ -5,6 +5,7 @@ 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." + self_recharge = TRUE /obj/item/weapon/cell/high/hightech/empty/New() ..()