Update Potato.java
Improved condiment list.
This commit is contained in:
parent
62b45b0590
commit
563e5e4c01
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ public class Potato implements Tuber {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean prepare() {
|
public boolean prepare() {
|
||||||
this.addCondiments("sour cream", "chives", "butter");
|
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese");
|
||||||
return this.isDelicious();
|
return this.isDelicious();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue