Skip to content

Commit 9c3b632

Browse files
authored
Merge pull request drtshock#135 from md678685/patch-2
Fix glaring condiment omission
2 parents c7b3993 + 5eec006 commit 9c3b632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/drtshock/Potato.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public List<Condiment> getCondiments() {
4040
*/
4141
public void prepare() throws NotDeliciousException {
4242
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "ketchup", "pepper",
43-
"salt", "tabasco", "tomatoes");
43+
"salt", "tabasco", "tomatoes", "onion");
4444
this.listCondiments();
4545
if (!this.isDelicious()) throw new NotDeliciousException(NotDeliciousReason.UNDERCOOKED);
4646
}

0 commit comments

Comments
 (0)