From c335870340e052d8d465e5696146fd1ecb6c32ea Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Wed, 1 Aug 2012 19:54:16 -0700 Subject: [PATCH] Make sure formats have their full ruleset --- tools.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools.js b/tools.js index 65bce21bd1..9211189985 100644 --- a/tools.js +++ b/tools.js @@ -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; };