mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user