Commit fb71435c authored by wind2009's avatar wind2009 Committed by GitHub

Fix 次元の裂け目 (#2606)

parent 11372079
...@@ -26,7 +26,7 @@ function c81674782.initial_effect(c) ...@@ -26,7 +26,7 @@ function c81674782.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c81674782.rmtarget(e,c) function c81674782.rmtarget(e,c)
return not c:IsLocation(0x80) and not c:IsType(TYPE_SPELL+TYPE_TRAP) return c:GetOriginalType()&TYPE_MONSTER>0 and not c:IsLocation(0x80) and not c:IsType(TYPE_SPELL+TYPE_TRAP)
end end
function c81674782.checktg(e,c) function c81674782.checktg(e,c)
return not c:IsPublic() return not c:IsPublic()
......
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