mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Merge pull request #14807 from Razharas/UltimateFix
For real fixes smeses charge on construction
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
MC += PC.maxcharge
|
||||
C += PC.charge
|
||||
capacity = MC / (15000) * 1e6
|
||||
if(!charge)
|
||||
if(!initial(charge))
|
||||
charge = C / 15000 * 1e6
|
||||
|
||||
/obj/machinery/power/smes/attackby(obj/item/I, mob/user, params)
|
||||
|
||||
Reference in New Issue
Block a user