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

12 lines
241 B
Text
Raw Normal View History

2026-03-25 23:32:36 +01:00
function surcamns_use() /* entry=269 class_id=0x04C6 slot=0x01 */
{
2026-03-26 00:37:17 +01:00
set_info(0x0207, *(arg_06));
process_exclude();
if (!(Item.getStatus(arg_06) & 0x1000)) {
2026-03-25 23:32:36 +01:00
return;
2026-03-26 00:37:17 +01:00
}
else {
spawn SURCAMNS.slot_20(arg_06);
2026-03-26 00:37:17 +01:00
}
return;
2026-03-25 23:32:36 +01:00
}