Commit 5c4550cb authored by nanahira's avatar nanahira

fix

parent ed533d64
...@@ -87,7 +87,7 @@ function load_database(callback) { ...@@ -87,7 +87,7 @@ function load_database(callback) {
card.alias=result.alias; card.alias=result.alias;
if (result.type & constants.TYPES.TYPE_MONSTER) { if (result.type & constants.TYPES.TYPE_MONSTER) {
if ((result.type & constants.TYPES.TYPE_FUSION) || (result.type & constants.TYPES.TYPE_SYNCHRO) || (result.type & constants.TYPES.TYPE_XYZ)) if ((result.type & constants.TYPES.TYPE_FUSION) || (result.type & constants.TYPES.TYPE_SYNCHRO) || (result.type & constants.TYPES.TYPE_XYZ) || (result.type & constants.TYPES.TYPE_LINK))
card.type="额外"; card.type="额外";
else else
card.type="怪兽"; card.type="怪兽";
......
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