Commit 308ecb34 authored by mercury233's avatar mercury233

超维

parent 1ff63a44
......@@ -77,7 +77,7 @@ var loadDb = function(db_file) {
if (result.type & constants.TYPES.TYPE_COUNTER) {cardTypes.push("反击");}
if (result.type & constants.TYPES.TYPE_FLIP) {cardTypes.push("反转");}
if (result.type & constants.TYPES.TYPE_TOON) {cardTypes.push("卡通");}
if (result.type & constants.TYPES.TYPE_XYZ) {cardTypes.push("");}
if (result.type & constants.TYPES.TYPE_XYZ) {cardTypes.push("");}
if (result.type & constants.TYPES.TYPE_PENDULUM) {cardTypes.push("灵摆");}
cardText+="["+ cardTypes.join('|') +"]";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment