v0.7.0: fixed shield not updating when warrior's shield is supercharged
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user