Merge pull request #16 from Tiktalik/master

Update Potato.java
This commit is contained in:
Kyle Clemens 2013-11-10 01:26:43 -08:00
commit 9d471c7259

View file

@ -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();
} }