12 lines
238 B
Text
12 lines
238 B
Text
function basegun_unequip() /* entry=270 class_id=0x04C8 slot=0x0B */
|
|
{
|
|
set_info(0x0212, *(arg_06));
|
|
process_exclude();
|
|
if (!(Item.getStatus(arg_06) & 4)) {
|
|
return;
|
|
}
|
|
else {
|
|
spawn WALLGUN.slot_27(arg_06);
|
|
}
|
|
return;
|
|
}
|