Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -9,7 +9,10 @@ function npctrig_equip() /* entry=191 class_id=0x0363 slot=0x0A */
|
|||
|
||||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if ((Item.getStatus(arg_06) & 0x1000)) {
|
||||
if (!(Item.getStatus(arg_06) & 0x1000)) {
|
||||
return;
|
||||
}
|
||||
else {
|
||||
class_0A1E_slot_23(0x1000, arg_06);
|
||||
if (event == 1) {
|
||||
spawn class_0363_slot_20(pid, 0x02FD, arg_06);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue