From 5d9b6067a85bcfa3dcc46ed236a6d8e6a2e55378 Mon Sep 17 00:00:00 2001 From: BeagleGaming1 <56142455+BeagleGaming1@users.noreply.github.com> Date: Sun, 4 Aug 2024 14:00:52 -0400 Subject: [PATCH] Update cell.dm (#26392) Signed-off-by: BeagleGaming1 <56142455+BeagleGaming1@users.noreply.github.com> --- code/modules/power/cell.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/cell.dm b/code/modules/power/cell.dm index ba949775de1..5725dd924f4 100644 --- a/code/modules/power/cell.dm +++ b/code/modules/power/cell.dm @@ -22,7 +22,7 @@ ///How much charge is given every tick when recharging var/chargerate = 100 ///Whether it will recharge automatically - var/self_recharge = TRUE + var/self_recharge = FALSE ///Whether the description will include the maxcharge var/ratingdesc = TRUE ///Additional overlay to signify battery being organic