Psyringe - some cleanup: fixed misspelled cards and cards that appeared tn mtg.txt as well as mtg_todo.dat.
Also re-enabled the cards which had their names changed to make them work. (Example: the card code for "Vorosh, the Hunter" only works if thecomma is removed from the card's name.) These cards are a maintenance hazard since they a) require changes to _cards.dat if their names are corrected later, b) disrupt translation, and c) cause problems for external tools like MTG Studio which have the correct names in their database. However, only a few cards are affected by this, and I didn't want to remove them because Dr. Solomat has invested quite some effort top make them work. I added comments to these cards in mtg.txt as well as in the respective _cards.dat files to reduce the risk of further maintenance problems for these cards. In any case changing a card's name to make it work should be considered as a makeshift solution at best, please try to prevent it when possible.
This commit is contained in:
@@ -294,7 +294,9 @@ id=74609
|
||||
rarity=C
|
||||
[/card]
|
||||
[card]
|
||||
primitive=Isao, Enlightened Bushi
|
||||
primitive=Isao Enlightened Bushi
|
||||
#The comma needed to be stripped from the name to make the card work.
|
||||
#Reintroducing it requires an update to mtg.txt as well.
|
||||
id=74039
|
||||
rarity=R
|
||||
[/card]
|
||||
|
||||
Reference in New Issue
Block a user