Commit d83193c2 authored by mercury233's avatar mercury233 Committed by GitHub

fix 肆世壊の牙掌突

parent 0f029dcb
...@@ -31,7 +31,7 @@ function c79552283.initial_effect(c) ...@@ -31,7 +31,7 @@ function c79552283.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c79552283.filter(c,e,tp) function c79552283.filter(c,e,tp)
return (c:IsSetCard(0x17a) or c:IsCode(56099748)) and not c:IsType(TYPE_LINK) return (c:IsSetCard(0x17a) or c:IsCode(56099748)) and c:IsFaceup() and not c:IsType(TYPE_LINK)
end end
function c79552283.adatktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c79552283.adatktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c79552283.filter(chkc,e,tp) end if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c79552283.filter(chkc,e,tp) end
......
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