Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-10-15 13:44:29 -04:00
@@ -94,7 +94,7 @@ public class ForceFieldAbility extends Ability{
} }
} }
private void checkRadius(Unit unit){ public void checkRadius(Unit unit){
//timer2 is used to store radius scale as an effect //timer2 is used to store radius scale as an effect
realRad = radiusScale * radius; realRad = radiusScale * radius;
} }