diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 65ff1c93ee..ae3dc7189e 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -1375,7 +1375,7 @@ if(cur_excess > 0) var/charging_cell = min(cur_excess*GLOB.CELLRATE, cell.maxcharge * GLOB.CHARGELEVEL) cell.give(charging_cell) - add_load(charging_cell/GLOB.cellrate) + add_load(charging_cell/GLOB.CELLRATE) lastused_total += charging_cell longtermpower = min(10,longtermpower + 1) if(chargemode && !charging)