UNPKG

@jeremyckahn/farmhand

Version:
6 lines (4 loc) 219 B
import { applyChanceEvent } from './helpers.js' import { applyCrows } from './applyCrows.js' export const processNerfs = (state: farmhand.state): farmhand.state => applyChanceEvent([[() => true, applyCrows]], state)