Shorten achievement title to "Sowing Seeds"
Some checks failed
Java CI / build (push) Has been cancelled
Some checks failed
Java CI / build (push) Has been cancelled
This commit is contained in:
parent
654452d1a6
commit
e3b9c22ff7
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ Changelog
|
|||
*world*
|
||||
- new achievements:
|
||||
- Fruit Salad: Harvest 3 of all fruit that grow in Faiumoni
|
||||
- Sowing Seeds of Joy: Sow 1000 of each type of sowable flower seed
|
||||
- Sowing Seeds: Sow 1000 of each type of sowable flower seed
|
||||
- Kirla sells copies for her memory pictures
|
||||
- quests now shown in travel log:
|
||||
- Adventure Island
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ public class ProductionAchievementFactory extends AbstractAchievementFactory {
|
|||
new PlayerProducedNumberOfItemsCondition(1000, "flour")));
|
||||
|
||||
achievements.add(createAchievement(
|
||||
"production.sow.flowers.all", "Sowing Seeds of Joy",
|
||||
"production.sow.flowers.all", "Sowing Seeds",
|
||||
"Sow 1000 of each type of sowable flower seed",
|
||||
Achievement.MEDIUM_BASE_SCORE, true,
|
||||
new ChatCondition() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue