Skip to content

Commit 76ff503

Browse files
JorchCortezCopilot
andauthored
Update src/Components/AchieveTabs/Crops.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f2592f9 commit 76ff503

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Components/AchieveTabs/Crops.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ interface CropsShippedWrapperType {
66
}
77

88
const Crops= (cropsShipped : CropsShippedWrapperType) => {
9-
console.log('CropsShipped', cropsShipped);
109
let _monocultureText = cropsShipped.cropsShipped.hasMonoculture ? "You already have the 'Monoculture' Achievement" : `You've shipped ${ cropsShipped.cropsShipped.maxMono?.name } the most and you require ${300 - cropsShipped.cropsShipped.maxMono?.shipped} more of it to get the 'Monoculture' Achievement`;
1110
let _polycultureText = cropsShipped.cropsShipped.hasPolyculture ? "You already have the 'Polyculture' Achievement" : `You need to ship 15 crops for each polyculture crop to get the 'Polyculture' achievement`;
1211

0 commit comments

Comments
 (0)