Reduce Mage class default damage from 5 to 3.
This commit is contained in:
parent
b5c59cf173
commit
18b211f681
|
|
@ -26,7 +26,7 @@ public class MageCreator {
|
||||||
@Contract("_ -> new")
|
@Contract("_ -> new")
|
||||||
public static @NotNull GameClass createMage(@NotNull TeamColor teamColor) {
|
public static @NotNull GameClass createMage(@NotNull TeamColor teamColor) {
|
||||||
return new Mage(getArmor(), getTools(teamColor), getDisplayItem(teamColor),
|
return new Mage(getArmor(), getTools(teamColor), getDisplayItem(teamColor),
|
||||||
20, 100, 5);
|
20, 100, 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Contract(value = " -> new", pure = true)
|
@Contract(value = " -> new", pure = true)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user