diff options
| author | vemacs <d@nkmem.es> | 2016-10-13 12:02:51 -0400 |
|---|---|---|
| committer | vemacs <d@nkmem.es> | 2016-10-13 12:02:51 -0400 |
| commit | 8aec81db6adb26fcedcee9a22a3ba867c892006c (patch) | |
| tree | 760a6740d4f4967db724bc88aa1e576da8cd8eaf /src | |
| parent | 862099b76bdcf6d31a42281ff4a242e29b1bc202 (diff) | |
Add extra condiments
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/org/drtshock/Potato.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/org/drtshock/Potato.java b/src/main/java/org/drtshock/Potato.java index 4eb7390..c61ec39 100644 --- a/src/main/java/org/drtshock/Potato.java +++ b/src/main/java/org/drtshock/Potato.java @@ -39,7 +39,8 @@ public class Potato implements Tuber { * @throws NotDeliciousException If the potato is not delicious */ public void prepare() throws NotDeliciousException { - this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "ketchup", "salt", "tabasco"); + this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese", "ketchup", "pepper", + "salt", "tabasco", "tomatoes"); this.listCondiments(); if (!this.isDelicious()) throw new NotDeliciousException(NotDeliciousReason.NOT_BAKED); } |
