v0.7.0: fixed shield not updating when warrior's shield is supercharged
This commit is contained in:
parent
b419e62b8a
commit
989e46e445
|
@ -127,6 +127,7 @@ public class BrokenSeal extends Item {
|
||||||
public synchronized void supercharge(int maxShield){
|
public synchronized void supercharge(int maxShield){
|
||||||
if (maxShield > shielding){
|
if (maxShield > shielding){
|
||||||
shielding = maxShield;
|
shielding = maxShield;
|
||||||
|
target.needsShieldUpdate = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user