Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/REBWORK/slot_04_cachein.txt

11 lines
230 B
Text
Raw Normal View History

2026-03-25 23:32:36 +01:00
function rebwork_cachein() /* entry=311 class_id=0x0545 slot=0x04 */
{
2026-03-26 00:37:17 +01:00
set_info(0x0213, *(arg_06));
process_exclude();
if (global[0x001F] <= 3) {
if (UCMachine.rndRange(10, 1) <= 5) {
return;
}
}
return;
2026-03-25 23:32:36 +01:00
}