Commit e931c9ac authored by salix5's avatar salix5

fix 冥王竜ヴァンダルギオン

parent a7a8dfca
...@@ -76,7 +76,7 @@ function c24857466.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -76,7 +76,7 @@ function c24857466.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if ev==TYPE_TRAP then if ev==TYPE_TRAP then
return chkc:IsControler(1-tp) and chkc:IsOnField() return chkc:IsControler(1-tp) and chkc:IsOnField()
elseif ev==TYPE_MONSTER then elseif ev==TYPE_MONSTER then
chkc:IsControler(tp) and chkc:IsLocation(LOCATION_GRAVE) and c24857466.spfilter(chkc,e,tp) return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_GRAVE) and c24857466.spfilter(chkc,e,tp)
else else
return false return false
end 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