mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Increases CPU income from APC hacking
- CPU generation from APCs is now doubled
This commit is contained in:
@@ -769,7 +769,7 @@ var/list/ai_verbs_default = list(
|
||||
// Off-Station APCs should not count towards CPU generation.
|
||||
for(var/obj/machinery/power/apc/A in hacked_apcs)
|
||||
if(A.z in config.station_levels)
|
||||
cpu_gain += 0.002
|
||||
cpu_gain += 0.004
|
||||
cpu_storage += 10
|
||||
|
||||
research.max_cpu = cpu_storage + override_CPUStorage
|
||||
|
||||
Reference in New Issue
Block a user