Make sure formats have their full ruleset

This commit is contained in:
Guangcong Luo 2012-08-01 19:54:16 -07:00
parent cd5bf89883
commit c335870340

View File

@ -256,6 +256,7 @@ module.exports = (function () {
effect.toString = this.effectToString;
if (!effect.category) effect.category = 'Effect';
if (!effect.effectType) effect.effectType = 'Effect';
this.getBanlistTable(effect);
}
return effect;
};