Commit ef0f8443 authored by nanahira's avatar nanahira

disable Question check

parent 2cf7a1d3
...@@ -5332,14 +5332,14 @@ public class Ocgcore : ServantWithCardDescription ...@@ -5332,14 +5332,14 @@ public class Ocgcore : ServantWithCardDescription
valstring = InterString.Get("不能确认墓地里的卡"); valstring = InterString.Get("不能确认墓地里的卡");
if (player == 0) if (player == 0)
{ {
if (ptype == 6) /*if (ptype == 6) // KoishiPro2 iOS disables this
{ {
clearAllShowed(); clearAllShowed();
Program.I().cardDescription.setData(YGOSharp.CardsManager.Get(38723936), GameTextureManager.opBack, "", true); Program.I().cardDescription.setData(YGOSharp.CardsManager.Get(38723936), GameTextureManager.opBack, "", true);
cantCheckGrave = true; cantCheckGrave = true;
} }
if (ptype == 7) if (ptype == 7)
cantCheckGrave = false; cantCheckGrave = false;*/
} }
} }
if (ptype == 6) if (ptype == 6)
......
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