diff options
| author | Gregory <GregCraft@users.noreply.github.com> | 2014-02-04 18:31:34 +0800 |
|---|---|---|
| committer | Gregory <GregCraft@users.noreply.github.com> | 2014-02-04 18:31:34 +0800 |
| commit | 1e84ed2bc3c85385c0fbdb6369eba9907819a068 (patch) | |
| tree | 0bdc9e61b8da84e5747544b04d758abf6c0c470d | |
| parent | 2f80511d6e7f2798f9ac6cd19d4cfa8e7cd58b31 (diff) | |
Update Potato.java
| -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 bf3a72b..9941f39 100644 --- a/src/main/java/org/drtshock/Potato.java +++ b/src/main/java/org/drtshock/Potato.java @@ -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(); } |
