Shorten achievement title to "Sowing Seeds"
Some checks failed
Java CI / build (push) Has been cancelled

This commit is contained in:
Jordan Irwin 2023-10-05 10:22:48 -07:00
parent 654452d1a6
commit e3b9c22ff7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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() {