This commit is contained in:
MaddoScientisto 2026-03-25 23:32:36 +01:00
commit f92d1504fa
547 changed files with 37597 additions and 0 deletions

View file

@ -0,0 +1,33 @@
function lazerns_equip() /* entry=82 class_id=0x019B slot=0x0A */
{
entry:
set_info(0x0211, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) < 4) goto block_046A;
block_03C6:
if (arg_0A != 1) goto block_03E5;
block_03D4:
spawn class_019B_slot_20(arg_06);
goto block_046A;
block_03E5:
if (arg_0A > 1) goto block_044A;
block_03F3:
spawn class_019B_slot_20(arg_06);
spawn class_0A0C_slot_32(pid, 30, 0x00000000);
suspend;
class_0A1E_slot_24(0x1000, arg_06);
class_0A0C_slot_33(0x0205, *(arg_06));
goto block_046A;
block_044A:
class_0A1E_slot_24(0x1000, arg_06);
class_0A0C_slot_33(0x0205, *(arg_06));
block_046A:
return;
}