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