Commit c53bb1e0 authored by mercury233's avatar mercury233

wtf fix disable spell zone 0,4

parent c8caedf7
Pipeline #16778 passed with stages
in 17 minutes and 18 seconds
......@@ -584,10 +584,12 @@ public class GameField : OCGobject
{
//temp
/*
if (Program.I().ocgcore.MasterRule >= 4)
if (gps.location == (int) CardLocation.SpellZone)
if (gps.position == 0 || gps.position == 4)
disabled = false;
*/
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