mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Zap apples are always edible for maximum 'fun'
This commit is contained in:
parent
7329208e9b
commit
23499cc011
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public class ItemZapApple extends ItemApple {
|
||||||
|
|
||||||
public ItemZapApple(String domain, String name) {
|
public ItemZapApple(String domain, String name) {
|
||||||
super(domain, name);
|
super(domain, name);
|
||||||
|
setAlwaysEdible();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue