Commit b064079c authored by mercury233's avatar mercury233 Committed by GitHub

fix 紅貴士-ヴァンパイア・ブラム

parent a4a3f868
...@@ -67,7 +67,8 @@ function c38250531.ftarget(e,c) ...@@ -67,7 +67,8 @@ function c38250531.ftarget(e,c)
end end
function c38250531.spreg(e,tp,eg,ep,ev,re,r,rp) function c38250531.spreg(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if rp==1-tp and c:IsReason(REASON_DESTROY) then if rp==1-tp and c:IsReason(REASON_DESTROY)
and c:GetPreviousControler()==tp and c:IsPreviousLocation(LOCATION_ONFIELD) then
e:SetLabel(Duel.GetTurnCount()+1) e:SetLabel(Duel.GetTurnCount()+1)
c:RegisterFlagEffect(38250531,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,2) c:RegisterFlagEffect(38250531,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,2)
end 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