UNPKG

@jeremyckahn/farmhand

Version:
10 lines (8 loc) 255 B
import { applyChanceEvent } from './helpers.js' import { applyCrows } from './applyCrows.js' /** * @param {farmhand.state} state * @returns {farmhand.state} */ export const processNerfs = state => applyChanceEvent([[() => true, applyCrows]], state)