Commit 836ffd68 authored by wind2009's avatar wind2009

Merge branch 'AGOV-EN' from upstream

parents 4565bd21 8d870854
--Play of the Tistina
--Coded by Lee
local s,id,o=GetID()
function s.initial_effect(c)
--spummon
......
--Returned of the Tistina
--Coded by Lee
local s,id,o=GetID()
function s.initial_effect(c)
--spummon
......
--Tainted of the Tistina
--Coded by Lee
local s,id,o=GetID()
function s.initial_effect(c)
--tribute opponent 1 facedown monster for advance summon
......
--Embrace of the Tistina
--Coded by Lee
local s,id,o=GetID()
function s.initial_effect(c)
--activate
......
--Discordance of the Tistina
--Coded by Lee
local s,id,o=GetID()
function s.initial_effect(c)
--remove 1 card
......
--Fallen of the Tistina
--Coded by Lee
local s,id,o=GetID()
function s.initial_effect(c)
--place
......
--Tistina, the Divinity that Defies Darkness
--Coded by Lee
local s,id,o=GetID()
function s.initial_effect(c)
--xyz summon
......
......@@ -46,7 +46,7 @@ function s.poscon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetFieldGroupCount(tp,LOCATION_HAND,0)>Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)
end
function s.postg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) and Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,c) end
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) and Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,e:GetHandler()) end
local sg=Duel.GetMatchingGroup(s.filter,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
Duel.SetOperationInfo(0,CATEGORY_POSITION,sg,sg:GetCount(),0,0)
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