fix: Change description of BerrySeed
This commit is contained in:
@@ -44,7 +44,7 @@ impl ItemType {
|
||||
let seed_config = game_config.berry_seeds.iter().find(|s| s.name == *name);
|
||||
if let Some(s) = seed_config {
|
||||
format!(
|
||||
"Im Shop kaufbar. Kann eingepflanzt werden. Benötigt {} Fokus-Phasen zum Wachsen. Erhalte beim Ernten {} {}.",
|
||||
"Im Shop kaufbar. Kann eingepflanzt werden. Nach {} Fokus-Phasen ausgewachsen. Erhalte beim Ernten {} {}.",
|
||||
s.growth_stages,
|
||||
s.grants,
|
||||
match s.grants {
|
||||
|
||||
Reference in New Issue
Block a user