Commit 22a6b3c0 authored by sidschingis's avatar sidschingis

fixed to match other Lightlords

parent 74cd474b
...@@ -16,7 +16,6 @@ function c44178886.initial_effect(c) ...@@ -16,7 +16,6 @@ function c44178886.initial_effect(c)
e2:SetDescription(aux.Stringid(44178886,1)) e2:SetDescription(aux.Stringid(44178886,1))
e2:SetCode(EVENT_PHASE+PHASE_END) e2:SetCode(EVENT_PHASE+PHASE_END)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1)
e2:SetCondition(c44178886.discon) e2:SetCondition(c44178886.discon)
e2:SetTarget(c44178886.distg) e2:SetTarget(c44178886.distg)
e2:SetOperation(c44178886.disop) e2:SetOperation(c44178886.disop)
...@@ -37,7 +36,8 @@ function c44178886.discon(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,7 +36,8 @@ function c44178886.discon(e,tp,eg,ep,ev,re,r,rp)
return tp==Duel.GetTurnPlayer() return tp==Duel.GetTurnPlayer()
end end
function c44178886.distg(e,tp,eg,ep,ev,re,r,rp,chk) function c44178886.distg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return e:GetHandler():GetFlagEffect(44178886)==0 end
e:GetHandler():RegisterFlagEffect(44178886,RESET_EVENT+0x1fe0000+RESET_PHASE+RESET_END,EFFECT_FLAG_OATH,1)
Duel.SetOperationInfo(0,CATEGORY_DECKDES,nil,0,tp,3) Duel.SetOperationInfo(0,CATEGORY_DECKDES,nil,0,tp,3)
end end
function c44178886.disop(e,tp,eg,ep,ev,re,r,rp) function c44178886.disop(e,tp,eg,ep,ev,re,r,rp)
......
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