UNPKG

@jeremyckahn/farmhand

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