Merge pull request #22 from AgentTroll/patch-2

Update Potato.java
This commit is contained in:
Kyle Clemens 2013-11-23 17:50:08 -08:00
commit 78616ce61a

View file

@ -15,7 +15,7 @@ public class Potato implements Tuber {
}
public boolean prepare() {
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "broccoli", "ketchup");
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "ketchup");
return this.isDelicious();
}