- Adding Oracle text generated by magiccards.info (hopefully they look ok, I screened about 50 of them and found some minor issues that have been fixed) to Gatecrash cards

This commit is contained in:
Sol
2013-01-27 18:05:49 +00:00
parent 06af79acf0
commit 09c043ece7
225 changed files with 226 additions and 2 deletions

View File

@@ -120,8 +120,8 @@ def getOracleFromMagicCardsInfo(name):
oracleStart = block.find(startOracle)
oracleBlock = block[oracleStart:]
return oracleBlock[len(startOracle):], None
oracle = oracleBlock[len(startOracle):].replace('<br><br>', '\\n')
return oracle, None
def hasOracleLine(cardFile, lines, offlineSource=True):