Add stunbaton charging, fix other recharger related bugs (#3239)

Co-authored-by: cyclowns <cyclowns@protonmail.ch>
This commit is contained in:
mirrorcult
2021-02-16 01:42:48 -07:00
committed by GitHub
parent 1ab8d3e6e9
commit 788ed8dbd1
3 changed files with 23 additions and 5 deletions

View File

@@ -229,7 +229,7 @@ namespace Content.Server.GameObjects.Components.Power.ApcNetComponents.PowerRece
/// </summary>
protected abstract bool IsEntityCompatible(IEntity entity);
protected abstract BatteryComponent GetBatteryFrom(IEntity entity);
protected abstract BatteryComponent? GetBatteryFrom(IEntity entity);
private void UpdateStatus()
{