function roll_ns_equip() /* entry=186 class_id=0x0346 slot=0x0A */
{
  set_info(0x0211, *(arg_06));
  process_exclude();
  if (arg_0A == 1) {
    if ((Item.getStatus(arg_06) & 0x1000) == 0) {
      spawn ROLL_NS.slot_21(arg_06);
    }
    return;
  }
  else if (arg_0A == 2) {
    if (!(Item.getStatus(arg_06) & 0x1000)) {
      /* bit_not  */
    }
    return;
  }
  return;
}
