This deck aims to amass an army of the undead to overwhelm your opponents
Heck, in very rough scenariosbecause Superior Spider-Man exilesthis card has potential as counterplay against other revival decks
Harmonize is one of the most popular single use card draw spells in green, and for good reason
You dont usually want to throw away your hard-earned Goblins, but this allows Krenko, Mob Boss to turn your battlefield into a battery
A cunning opponent brought Shimmer to the battlefield and named the Forests that phase out in our untap step
Go back to a clean version of that script section, and replace everything from pbDrawTextPositions(overlay, textPositions) to pbDrawImagePositions(overlay, imagePositions) with the below Ruby: pbDrawTextPositions(overlay, textPositions) x = 32 y = 262 imagePositions = [] 2.times do |row| # number of rows 9.times do |badge| # number of badges in a row if $player.badges[badge + (row * 9)] # number of badges in a row imagePositions.push(["Graphics/UI/Trainer Card/icon_badges", x, 310, badge * 32, row * 32, 32, 32]) end x += 48 end x = 32 y += 38 # distance between top of one row to the top of the next end pbDrawImagePositions(overlay, imagePositions) Thank Your code doesn't match the correct number of ends