mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2026-01-15 21:26:33 +00:00
@@ -57,10 +57,12 @@ public class Potato implements Tuber {
|
||||
return this.isPutIntoOven();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isDelicious() {
|
||||
return this.isBaked();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Tuber propagate() {
|
||||
return new Potato();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user