Commit 35865d61 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents e66c8466 fd8a5f21
......@@ -123,6 +123,7 @@ function load_database(callback) {
if (result.type & constants.TYPES.TYPE_TOON) {cardTypes.push("卡通");}
if (result.type & constants.TYPES.TYPE_XYZ) {cardTypes.push("超量");}
if (result.type & constants.TYPES.TYPE_PENDULUM) {cardTypes.push("灵摆");}
if (result.type & constants.TYPES.TYPE_LINK) {cardTypes.push("连接");}
card.fulltype=cardTypes.join('|');
if (result.type & constants.TYPES.TYPE_MONSTER) {
......
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