Skip to content

Commit

Permalink
Update seed description
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Nov 9, 2023
1 parent a435cf8 commit b8e6bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/games/stendhal/server/entity/item/Seed.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ public String describe() {

if (flowerName != null) {
return "You see a " + flowerName + " " + this.getName()
+ ". It can be planted anywhere, but it will only thrive on fertile ground.";
+ ". It can be planted in fertile ground where it will thrive.";
} else {
return "You see a seed. It can be planted anywhere, but it will only thrive on fertile ground.";
return "You see a seed. It can be planted in fertile ground where it will thrive.";
}
}

Expand Down

0 comments on commit b8e6bab

Please sign in to comment.