Commit ad2c0d18 authored by DailyShana's avatar DailyShana

fix

parent f629a0c7
...@@ -268,7 +268,7 @@ public string[] GetTypes(Card c) ...@@ -268,7 +268,7 @@ public string[] GetTypes(Card c)
{ {
//卡片类型,效果1,效果2,效果3 //卡片类型,效果1,效果2,效果3
string[] types = new string[] { string[] types = new string[] {
MseCardType.CARD_NORMAL, "", "", "" }; MseCardType.CARD_NORMAL, "", "", "", "" };
if (c.IsType(CardType.TYPE_MONSTER)) if (c.IsType(CardType.TYPE_MONSTER))
{//卡片类型和第1效果 {//卡片类型和第1效果
if (c.IsType(CardType.TYPE_XYZ)) if (c.IsType(CardType.TYPE_XYZ))
......
No preview for this file type
No preview for this file 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