function nostril_slot_21() /* entry=237 class_id=0x043E slot=0x21 */
{
  var
    referent, /* [BP+00h] type=0x69 */
    fire, /* [BP-02h] type=0x24 */
    fire2, /* [BP-04h] type=0x24 */
    count; /* [BP-06h] type=0x69 */

  set_info(1, *(arg_06));
  spawn FREE.waitNTimerTicks(UCMachine.rndRange(pid, 15, 0), 0x00000000);
  suspend;
  if (!getAnimationsDisabled()) {
    while (Item.getFrame(fire) == 10) {
      spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
      suspend;
    }
  }
  else {
    spawn FREE.waitNTimerTicks(pid, 30, 0x00000000);
    suspend;
  }
  if (!getAnimationsDisabled()) {
    return;
  }
  return;
}
