Skip to content

Commit

Permalink
Fixed default farmer missions have incorrect placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Jul 7, 2023
1 parent f31b2d4 commit f1f5611
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Expand Up @@ -64,8 +64,8 @@ icons:
- '&8 - &7x1 Melon Seed'
- '&8 - &7$2,500'
- ''
- '&6Grown Carrots: &7{value_carrots}/10'
- '&6Grown Potatoes: &7{value_potatoes}/10'
- '&6Grown Carrots: &7{value_carrot}/10'
- '&6Grown Potatoes: &7{value_potato}/10'
- '&6Grown Wheat: &7{value_wheat}/10'
- '&6Progress: &7{0}%'
- '&c&l ✘ &7Not Completed'
Expand Down
Expand Up @@ -64,7 +64,7 @@ icons:
- '&8 - &7x1 Cactus'
- '&8 - &7$5,000'
- ''
- '&6Grown Beetroots: &7{value_beetroots}/10'
- '&6Grown Beetroots: &7{value_beetroot}/10'
- '&6Grown Pumpkins: &7{value_pumpkin}/10'
- '&6Grown Melons: &7{value_melon}/10'
- '&6Progress: &7{0}%'
Expand Down
Expand Up @@ -78,10 +78,10 @@ icons:
- '&6Rewards:'
- '&8 - &7$25,000'
- ''
- '&6Grown Carrots: &7{value_carrots}/64'
- '&6Grown Potatoes: &7{value_potatoes}/64'
- '&6Grown Carrots: &7{value_carrot}/64'
- '&6Grown Potatoes: &7{value_potato}/64'
- '&6Grown Wheat: &7{value_wheat}/64'
- '&6Grown Beetroots: &7{value_beetroots}/64'
- '&6Grown Beetroots: &7{value_beetroot}/64'
- '&6Grown Pumpkins: &7{value_pumpkin}/64'
- '&6Grown Melons: &7{value_melon}/64'
- '&6Grown Sugar Canes: &7{value_sugar_cane}/64'
Expand Down
Expand Up @@ -82,10 +82,10 @@ icons:
- '&8 - &7$1,000,000'
- '&8 - &7Crops Upgrade'
- ''
- '&6Grown Carrots: &7{value_carrots}/320'
- '&6Grown Potatoes: &7{value_potatoes}/320'
- '&6Grown Carrots: &7{value_carrot}/320'
- '&6Grown Potatoes: &7{value_potato}/320'
- '&6Grown Wheat: &7{value_wheat}/320'
- '&6Grown Beetroots: &7{value_beetroots}/320'
- '&6Grown Beetroots: &7{value_beetroot}/320'
- '&6Grown Pumpkins: &7{value_pumpkin}/320'
- '&6Grown Melons: &7{value_melon}/320'
- '&6Grown Sugar Canes: &7{value_sugar_cane}/320'
Expand Down

0 comments on commit f1f5611

Please sign in to comment.