Skip to content

Commit

Permalink
Fix: Fine Flour exportation pattern
Browse files Browse the repository at this point in the history
Confirmed by testing in-game.
  • Loading branch information
qtlunya authored Jul 10, 2024
1 parent ecb0e3e commit bcbabce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ enum class CarrolynTable(val crop: CropType, val label: String, completeMessage:
FINE_FLOUR(
CropType.WHEAT,
"Fine Flour",
"WHEATS EXPORTATION COMPLETE!",
"[NPC] Carrolyn: Thank you for the flour.", // TODO confirm this, since this is only a estimate
"FINE FLOURS EXPORTATION COMPLETE!",
"[NPC] Carrolyn: Thank you for the flour.",
),
;

Expand Down

0 comments on commit bcbabce

Please sign in to comment.