Update Potato.java
Improved condiment list.
This commit is contained in:
@@ -13,7 +13,7 @@ public class Potato implements Tuber {
|
||||
}
|
||||
|
||||
public boolean prepare() {
|
||||
this.addCondiments("sour cream", "chives", "butter");
|
||||
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese");
|
||||
return this.isDelicious();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user