Skip to content

Instantly share code, notes, and snippets.

action.cropKey, action.cost || 0);
};
actionButtonsContainer.appendChild(button);
});
if (actions.some(a => a.name === 'SOW')) {
seedSelectionContainer.classList.remove('hidden');
const costReductionActive = activeChallenge && activeChallenge.type === 'costReduction';