 
            Lorekeeper Polkelt
quicksort [] = [] quicksort (x:xs) = quicksort small ++ (x : quicksort large) where small = [y | y <- xs, y <= x] large = [y | y <- xs, y > x]
Card Text
Battlecry: Reorder your deck from the highest Cost card to the lowest Cost card.
Keywords
                            
                                
                                Battlecry
                                
                            
                            
                                    
                                Does something when you play it from your hand.
                                
                            
                        
No comments yet…
You must be logged in to comment.