mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user