Adds cells to stunbatons (#972)
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Content.Server.GameObjects.Components.Power
|
||||
/// </summary>
|
||||
public bool CanDeductCharge(float toDeduct)
|
||||
{
|
||||
if (Charge > toDeduct)
|
||||
if (Charge >= toDeduct)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user