Commit a6e12f1a authored by keyongyu's avatar keyongyu

1.6.3.0

parent 2fd08813
...@@ -83,7 +83,10 @@ public static string[] GetTypes(Card c) ...@@ -83,7 +83,10 @@ public static string[] GetTypes(Card c)
types[1]=GetType(CardType.TYPE_XYZ); types[1]=GetType(CardType.TYPE_XYZ);
} }
else if(c.IsType(CardType.TYPE_TOKEN)){ else if(c.IsType(CardType.TYPE_TOKEN)){
types[0]="token monster"; if(c.race==0)
types[0]="token card";
else
types[0]="token monster";
} }
else if(c.IsType(CardType.TYPE_RITUAL)){ else if(c.IsType(CardType.TYPE_RITUAL)){
types[0]="ritual monster"; types[0]="ritual monster";
......
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
// //
// You can specify all the values or you can use the default the Revision and // You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below: // Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.6.2.2")] [assembly: AssemblyVersion("1.6.3.0")]
[DataEditorX]1.6.2.2[DataEditorX] [DataEditorX]1.6.3.0[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★使用前,请关联lua的打开方式,例如记事本,notepad++,等。 ★使用前,请关联lua的打开方式,例如记事本,notepad++,等。
...@@ -56,6 +56,8 @@ DataEditorX.exe.config ...@@ -56,6 +56,8 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么) 描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史 ★更新历史
1.6.3.0
为无种族的token添加token card类型
1.6.2.2 1.6.2.2
修复没有种族的token 修复没有种族的token
1.6.2.1 1.6.2.1
......
No preview for this file type
[DataEditorX]1.6.2.2[DataEditorX] [DataEditorX]1.6.3.0[DataEditorX]
[URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL] [URL]https://github.com/247321453/DataEditorX/raw/master/win32/win32.zip[URL]
★使用前,请关联lua的打开方式,例如记事本,notepad++,等。 ★使用前,请关联lua的打开方式,例如记事本,notepad++,等。
...@@ -56,6 +56,8 @@ DataEditorX.exe.config ...@@ -56,6 +56,8 @@ DataEditorX.exe.config
描述不详细的bug,我修复不了。(都不知道是bug是什么) 描述不详细的bug,我修复不了。(都不知道是bug是什么)
★更新历史 ★更新历史
1.6.3.0
为无种族的token添加token card类型
1.6.2.2 1.6.2.2
修复没有种族的token 修复没有种族的token
1.6.2.1 1.6.2.1
......
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