mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- 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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user