Commit fee4320a authored by SherryChaos's avatar SherryChaos

fix spsummon bug

parent 2a1ceac9
...@@ -1067,6 +1067,7 @@ namespace MDPro3 ...@@ -1067,6 +1067,7 @@ namespace MDPro3
//杻忷欸遢 //杻忷欸遢
if ((p.reason & (uint)CardReason.SPSUMMON) > 0 if ((p.reason & (uint)CardReason.SPSUMMON) > 0
&& (p.location & (uint)CardLocation.MonsterZone) > 0
&& (cacheP.location & (uint)CardLocation.MonsterZone) == 0) && (cacheP.location & (uint)CardLocation.MonsterZone) == 0)
{ {
bool summonEffect = true; bool summonEffect = true;
......
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