Fix glaring condiment omission

This commit is contained in:
md678685
2018-10-09 13:51:50 +01:00
committed by GitHub
parent c7b399349c
commit 5eec006a5a

View File

@@ -40,7 +40,7 @@ public class Potato implements Tuber {
*/
public void prepare() throws NotDeliciousException {
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "ketchup", "pepper",
"salt", "tabasco", "tomatoes");
"salt", "tabasco", "tomatoes", "onion");
this.listCondiments();
if (!this.isDelicious()) throw new NotDeliciousException(NotDeliciousReason.UNDERCOOKED);
}