v0.2.3c: corrected icons for blandfruit buffs
This commit is contained in:
parent
338e05d307
commit
c4d51cc0f6
|
@ -22,7 +22,7 @@ public class EarthImbue extends FlavourBuff {
|
|||
|
||||
@Override
|
||||
public int icon() {
|
||||
return BuffIndicator.IMMUNITY;
|
||||
return BuffIndicator.ROOTS;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -63,7 +63,7 @@ public class FireImbue extends Buff {
|
|||
|
||||
@Override
|
||||
public int icon() {
|
||||
return BuffIndicator.IMMUNITY;
|
||||
return BuffIndicator.FIRE;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user