И твой сорванный голос мне напомнит о прошлом

This commit is contained in:
Remuchi
2024-03-27 21:23:18 +07:00
parent 3c9c149b81
commit 96238b0fb8
29 changed files with 687 additions and 660 deletions

View File

@@ -92,7 +92,7 @@ namespace Content.Server.Power.EntitySystems
}
if (comp.AutoRechargeRate < 0) //self discharging
{
if (batt.Charge == 0) continue;
if (batt.CurrentCharge == 0) continue;
UseCharge(uid, -comp.AutoRechargeRate * frameTime, batt);
}
}