mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
Update Potato.java
Improved condiment list.
This commit is contained in:
@@ -13,7 +13,7 @@ public class Potato implements Tuber {
|
||||
}
|
||||
|
||||
public boolean prepare() {
|
||||
this.addCondiments("sour cream", "chives", "butter");
|
||||
this.addCondiments("sour cream", "chives", "butter", "crumbled bacon", "grated cheese");
|
||||
return this.isDelicious();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user