v0.4.0: fixed a bug with ring of might logic changes
This commit is contained in:
parent
3e7a78e86c
commit
f42629c505
|
@ -42,7 +42,7 @@ public class RingOfMight extends Ring {
|
||||||
if (super.doUnequip(hero, collect, single)){
|
if (super.doUnequip(hero, collect, single)){
|
||||||
hero.HT -= level()*5;
|
hero.HT -= level()*5;
|
||||||
hero.HP = Math.min(hero.HP, hero.HT);
|
hero.HP = Math.min(hero.HP, hero.HT);
|
||||||
return false;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user