Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/SURCAMNS/slot_01_use.txt

12 lines
241 B
Text

function surcamns_use() /* entry=269 class_id=0x04C6 slot=0x01 */
{
set_info(0x0207, *(arg_06));
process_exclude();
if (!(Item.getStatus(arg_06) & 0x1000)) {
return;
}
else {
spawn SURCAMNS.slot_20(arg_06);
}
return;
}