Commit c53bb1e0 authored by mercury233's avatar mercury233

wtf fix disable spell zone 0,4

parent c8caedf7
...@@ -584,10 +584,12 @@ public class GameField : OCGobject ...@@ -584,10 +584,12 @@ public class GameField : OCGobject
{ {
//temp //temp
/*
if (Program.I().ocgcore.MasterRule >= 4) if (Program.I().ocgcore.MasterRule >= 4)
if (gps.location == (int) CardLocation.SpellZone) if (gps.location == (int) CardLocation.SpellZone)
if (gps.position == 0 || gps.position == 4) if (gps.position == 0 || gps.position == 4)
disabled = false; disabled = false;
*/
field_disabled_container container = null; field_disabled_container container = null;
......
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