commit
28c8a6c61a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class Potato implements Tuber {
|
|||
}
|
||||
|
||||
public boolean prepare() {
|
||||
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese");
|
||||
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "broccoli");
|
||||
return this.isDelicious();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue