mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +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) {
|
||||
super(domain, name);
|
||||
setAlwaysEdible();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue