Update Potato.java

This commit is contained in:
Gregory 2014-02-04 18:31:34 +08:00
parent 2f80511d6e
commit 1e84ed2bc3

View file

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