diff options
| author | md678685 <mathew678@hotmail.co.uk> | 2018-10-09 13:51:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-09 13:51:50 +0100 |
| commit | 5eec006a5a0b6237e1a3a5c98a5d12a5d495fca7 (patch) | |
| tree | 34d73010f0afe1278caf01dd2248de3bf9c47237 /src/main/java/org/drtshock | |
| parent | c7b399349c66d412a489e261b69bc0cfeafdf7cf (diff) | |
Fix glaring condiment omission
Diffstat (limited to 'src/main/java/org/drtshock')
| -rw-r--r-- | src/main/java/org/drtshock/Potato.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/drtshock/Potato.java b/src/main/java/org/drtshock/Potato.java index 0d1d4c2..fa0f7c7 100644 --- a/src/main/java/org/drtshock/Potato.java +++ b/src/main/java/org/drtshock/Potato.java @@ -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); } |
