Commit 18629eab authored by DailyShana's avatar DailyShana

fix 幻煌の都 パシフィス

parent ca55be37
...@@ -30,6 +30,7 @@ function c2819435.initial_effect(c) ...@@ -30,6 +30,7 @@ function c2819435.initial_effect(c)
e6:SetProperty(EFFECT_FLAG_DELAY) e6:SetProperty(EFFECT_FLAG_DELAY)
e6:SetCode(EVENT_CHAINING) e6:SetCode(EVENT_CHAINING)
e6:SetRange(LOCATION_FZONE) e6:SetRange(LOCATION_FZONE)
e6:SetCondition(c2819435.spcon)
e6:SetCost(c2819435.cost) e6:SetCost(c2819435.cost)
e6:SetTarget(c2819435.sptg) e6:SetTarget(c2819435.sptg)
e6:SetOperation(c2819435.spop) e6:SetOperation(c2819435.spop)
...@@ -79,6 +80,9 @@ function c2819435.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,6 +80,9 @@ function c2819435.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
end end
end end
function c2819435.spcon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp
end
function c2819435.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c2819435.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,2819436,0xfa,0x4011,2000,2000,6,RACE_WYRM,ATTRIBUTE_WATER) and Duel.IsPlayerCanSpecialSummonMonster(tp,2819436,0xfa,0x4011,2000,2000,6,RACE_WYRM,ATTRIBUTE_WATER)
......
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