v0.3.5.1:
- fixed UI controls not working in launcher - fixed battery cells not reloading inside batteries - moloch spawns earlier in tutorial - fixed wrong updaterversion in launcher (caused the launcher to always show a warning)
This commit is contained in:
@@ -133,10 +133,10 @@ namespace Barotrauma.Items.Components
|
||||
|
||||
//float gridRate = voltage;
|
||||
|
||||
//if (gridRate>minVoltage)
|
||||
//{
|
||||
// ApplyStatusEffects(ActionType.OnActive, deltaTime, null);
|
||||
//}
|
||||
if (chargeRate > 0.0f)
|
||||
{
|
||||
ApplyStatusEffects(ActionType.OnActive, deltaTime, null);
|
||||
}
|
||||
|
||||
//recharge
|
||||
//if (gridRate >= chargeRate)
|
||||
|
||||
Reference in New Issue
Block a user