V0.2.1 : actually reduced damage from Chalice of Blood (v0.2.0a fix only reduced calc for warning, D'OH!)
This commit is contained in:
parent
8525e8db89
commit
8d6207dec0
|
@ -74,9 +74,7 @@ public class ChaliceOfBlood extends Artifact {
|
|||
}
|
||||
|
||||
private void prick(Hero hero){
|
||||
int damage = (level*2)*(level*2);
|
||||
|
||||
|
||||
int damage = 3*(level*level);
|
||||
|
||||
Earthroot.Armor armor = hero.buff(Earthroot.Armor.class);
|
||||
if (armor != null) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user