1
0
Fork 0
mirror of https://github.com/Sollace/Unicopia.git synced 2025-04-18 17:14:03 +02:00

Zap apples are always edible for maximum 'fun'

This commit is contained in:
Sollace 2019-01-27 17:33:26 +02:00
parent 7329208e9b
commit 23499cc011

View file

@ -23,6 +23,7 @@ public class ItemZapApple extends ItemApple {
public ItemZapApple(String domain, String name) {
super(domain, name);
setAlwaysEdible();
}
@Override