Commit 1d2b200a authored by keyongyu's avatar keyongyu

通常怪兽

parent 8047d66f
...@@ -112,7 +112,8 @@ public static class CardTypes{ ...@@ -112,7 +112,8 @@ public static class CardTypes{
}; };
public static readonly CardType[] TYPE4 ={ public static readonly CardType[] TYPE4 ={
CardType.TYPE_TUNER, CardType.TYPE_TUNER,
CardType.TYPE_EFFECT CardType.TYPE_EFFECT,
// CardType.TYPE_NORMAL,
}; };
public static CardType[] GetMonsterTypes(long type){ public static CardType[] GetMonsterTypes(long type){
var list = new List<CardType>(5); var list = new List<CardType>(5);
......
...@@ -322,6 +322,9 @@ public string[] GetTypes(Card c) ...@@ -322,6 +322,9 @@ public string[] GetTypes(Card c)
} }
else{ else{
types[0] = MseCardType.CARD_NORMAL; types[0] = MseCardType.CARD_NORMAL;
if(cardTypes.Length==1){
//xxx/通常
}
} }
} }
} }
......
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