Home
last modified time | relevance | path

Searched refs:total_sick (Results 1 – 1 of 1) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp1999 uint8_t total_sick = 0; in peep_footpath_move_forward() local
2002 total_sick += (disgusting_count >> (2 * time)) & 0x3; in peep_footpath_move_forward()
2005 if (total_sick >= 3 && (scenario_rand() & 0xFFFF) <= 10922) in peep_footpath_move_forward()