[NO GBP]Fixes hypercharged slime core cells and circuit gun cells starting with an insignificant amount of charge. (#82977)

Scales the hypercharged slime core and wiremod gun cell maximum charge
and charge rate by the STANDARD_CELL_CHARGE and STANDARD_CELL_RATE
defines. Fixes their scale.

Closes #82907

## Changelog
🆑
fix: Fixes hypercharged slime core cells and circuit guns having 1,000
times less energy than intended.
/🆑
This commit is contained in:
Pickle-Coding
2024-05-01 19:41:12 +02:00
committed by GitHub
parent 6fc7681b18
commit 4731db9933
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
range = 7
/obj/item/stock_parts/cell/emproof/wiremod_gun
maxcharge = 100
maxcharge = 0.1 * STANDARD_CELL_CHARGE
/obj/item/gun/energy/wiremod_gun/Initialize(mapload)
. = ..()