v1.4.0: fixed rare consistency errors in potion of might description
This commit is contained in:
@@ -97,7 +97,7 @@ public class ElixirOfMight extends Elixir {
|
||||
}
|
||||
|
||||
public int boost(){
|
||||
return Math.round(left*boost(target.HT)/5f);
|
||||
return Math.round(left*boost(15 + 5*((Hero)target).lvl)/5f);
|
||||
}
|
||||
|
||||
public static int boost(int HT){
|
||||
|
||||
Reference in New Issue
Block a user