Update Potato.java
This commit is contained in:
parent
2f80511d6e
commit
1e84ed2bc3
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue