Commit d14d1a15 authored by 聖園ミカ's avatar 聖園ミカ 🐟

vme50

parent 561ad5c1
...@@ -15,7 +15,7 @@ function s.summon(c) ...@@ -15,7 +15,7 @@ function s.summon(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function s.sumcon(e,tp,eg,ep,ev,re,r,rp) function s.sumcon(e,tp,eg,ep,ev,re,r,rp)
return re:GetActivateLocation()==LOCATION_ONFIELD and re:IsActiveType(TYPE_MONSTER) return re:GetActivateLocation()&LOCATION_ONFIELD~=0 and re:IsActiveType(TYPE_MONSTER)
end end
function s.sumfilter(c) function s.sumfilter(c)
return c:IsSetCard(0x6ca3) and c:IsSummonable(true,nil,1) return c:IsSetCard(0x6ca3) and c:IsSummonable(true,nil,1)
......
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