What about ketchup?

This commit is contained in:
CraftThatBlock 2013-11-23 14:06:44 -05:00
parent 28c8a6c61a
commit a98f2862e8

View file

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