Commit 06cf4a15 authored by mercury233's avatar mercury233 Committed by GitHub

fix アップデートジャマー

parent 4707082d
...@@ -133,7 +133,8 @@ function c88093706.efcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -133,7 +133,8 @@ function c88093706.efcon(e,tp,eg,ep,ev,re,r,rp)
end end
function c88093706.eftg(e,tp,eg,ep,ev,re,r,rp,chk) function c88093706.eftg(e,tp,eg,ep,ev,re,r,rp,chk)
local rc=e:GetHandler():GetReasonCard() local rc=e:GetHandler():GetReasonCard()
if chk==0 then return rc:GetFlagEffect(88093706)~=0 and rc:GetFlagEffect(88093707)==0 end if chk==0 then return Duel.IsAbleToEnterBP()
and rc:GetFlagEffect(88093706)~=0 and rc:GetFlagEffect(88093707)==0 end
rc:RegisterFlagEffect(88093707,RESET_EVENT+RESETS_STANDARD,0,1) rc:RegisterFlagEffect(88093707,RESET_EVENT+RESETS_STANDARD,0,1)
end end
function c88093706.efop(e,tp,eg,ep,ev,re,r,rp) function c88093706.efop(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