Merge pull request #14807 from Razharas/UltimateFix

For real fixes smeses charge on construction
This commit is contained in:
duncathan salt
2016-01-24 10:07:00 -06:00
+1 -1
View File
@@ -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)