Update Potato.java

This commit is contained in:
AgentTroll 2013-11-23 16:55:30 -08:00
parent 7b7e4a7968
commit fd6f999324

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