Commit 0ca6ddd3 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Scareclaw Light-Heart (#2062)

parent d5c70a80
...@@ -27,7 +27,7 @@ function c53776969.initial_effect(c) ...@@ -27,7 +27,7 @@ function c53776969.initial_effect(c)
end end
function c53776969.mfilter(c) function c53776969.mfilter(c)
return (c:IsLinkSetCard(0x17a) or c:IsLinkCode(56099748)) return (c:IsLinkSetCard(0x17a) or c:IsLinkCode(56099748))
and (c:IsLocation(LOCATION_MZONE) and c:GetSequence()<5 or not c:IsLocation(LOCATION_MZONE)) and c:IsLocation(LOCATION_MZONE) and c:GetSequence()<5
end end
function c53776969.thcon(e,tp,eg,ep,ev,re,r,rp) function c53776969.thcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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