Commit 41740002 authored by Tianchenglipu's avatar Tianchenglipu

Update c6859683.lua

我觉得还可以再改一改-。-
parent 127f4fbe
...@@ -9,7 +9,7 @@ function c6859683.initial_effect(c) ...@@ -9,7 +9,7 @@ function c6859683.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c6859683.filter(c) function c6859683.filter(c)
return (c:IsFacedown() or not c:IsType(TYPE_PENDULUM)) and c:IsAbleToGrave() return (c:IsFacedown() or c:IsType(TYPE_FUSION)) and c:IsAbleToGrave()
end end
function c6859683.target(e,tp,eg,ep,ev,re,r,rp,chk) function c6859683.target(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA) local g=Duel.GetFieldGroup(tp,0,LOCATION_EXTRA)
......
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