v0.6.0: fixed blandfruit losing imbued names on reset
This commit is contained in:
parent
4c75de1bfa
commit
4515e5ab79
|
@ -196,6 +196,14 @@ public class Blandfruit extends Food {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void reset() {
|
||||||
|
if (potionAttrib != null)
|
||||||
|
imbuePotion(potionAttrib);
|
||||||
|
else
|
||||||
|
super.reset();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void storeInBundle(Bundle bundle){
|
public void storeInBundle(Bundle bundle){
|
||||||
super.storeInBundle(bundle);
|
super.storeInBundle(bundle);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user