quick fix for APCs related to IPC charging.

This commit is contained in:
DJSnapshot
2014-03-10 15:52:01 -07:00
committed by ZomgPonies
parent 262514d3fe
commit e6eae0fdb1
+1
View File
@@ -630,6 +630,7 @@
user << "\blue You slot your fingers into the APC interface and siphon off some of the stored charge for your own use."
if(src.cell.charge < 0) src.cell.charge = 0
if(H.nutrition > 500) H.nutrition = 500
src.charging = 1
else
user << "\blue You are already fully charged."