Dark legion
            
               
            
            Recruits: +80
Replace your hand with Horde cards (can't summon self)
           
          
          
          
          
          
            Cost (B / G / R)
            0 / 0 / 40
           
          
          
          
          
          
          
          
          BB code
          
            
          
          Effect
          Recruits: +80
Replace your hand with Horde cards (can't summon self)
          Code
          
            
    $t->myData()->addRecruits(80);
    $horde = $t->getList(['keyword'=>'Horde']);
    $horde = array_diff($horde, [$t->card()->id()]);
    $t->setHand('my', $t->drawHandList($horde));
    $t->noNextCard();