Barbz's pupil
            
               
            
            Summons selected non-rare card in opponent's hand
           
          
          
          
          
          
            Cost (B / G / R)
            0 / 0 / 0
           
          
          
          
          
          
          
          
          BB code
          
            
          
          Effect
          Summons selected non-rare card in opponent's hand
          Code
          
            
    if ($t->getCard($t->hisData()->Hand[$t->mode()])->getRarity() != 'Rare') {
      $t->nextCard($t->hisData()->Hand[$t->mode()], true);
    }