UNPKG

@jeremyckahn/farmhand

Version:
5 lines (3 loc) 154 B
import { random } from '../common/utils.js' import { STORM_CHANCE } from '../constants.js' export const shouldStormToday = () => random() < STORM_CHANCE