IPC power core rejigging (#23018)

By modifying power cell capacities,
https://github.com/Aurorastation/Aurora.3/pull/21285 inadvertently
tripled the amount of power available to IPCs in their roundstart power
core, going from 20000 --> 60000. This drags that down to 30000 with a
high-capacity power cell, still half again higher than the original
value, and increases the efficiency of recharge stations a little so
sitting in them is less tedious.
This commit is contained in:
hazelrat
2026-08-13 16:24:55 +00:00
committed by GitHub
parent bd0ac4101b
commit f604244197
3 changed files with 61 additions and 3 deletions
@@ -13,7 +13,7 @@
/// If the power core's hatch is open. Battery can be removed if TRUE.
var/open = FALSE
/// The type (and later instance) of the cell inside this organ.
var/obj/item/cell/cell = /obj/item/cell/super
var/obj/item/cell/cell = /obj/item/cell/high
/// The cost of movement below (check process()) is multiplied by this factor.
var/move_charge_factor = 1
/// At 0.8 completely depleted after 60ish minutes of constant walking or 130 minutes of standing still.