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

fix

parent 61703e37
...@@ -13,7 +13,7 @@ function c80802524.initial_effect(c) ...@@ -13,7 +13,7 @@ function c80802524.initial_effect(c)
end end
function c80802524.condition(e,tp,eg,ep,ev,re,r,rp) function c80802524.condition(e,tp,eg,ep,ev,re,r,rp)
local tc=eg:GetFirst() local tc=eg:GetFirst()
if rp==1-tp and eg:GetCount()==1 and tc:IsReason(REASON_DESTROY) and tc:IsReason(REASON_BATTLE+REASON_EFFECT) if eg:GetCount()==1 and tc:IsReason(REASON_DESTROY) and (tc:IsReason(REASON_BATTLE) or rp==1-tp and tc:IsReason(REASON_EFFECT))
and tc:IsPreviousLocation(LOCATION_MZONE) and tc:GetPreviousControler()==tp and tc:IsSetCard(0x8d) and tc:IsPreviousPosition(POS_FACEUP) then and tc:IsPreviousLocation(LOCATION_MZONE) and tc:GetPreviousControler()==tp and tc:IsSetCard(0x8d) and tc:IsPreviousPosition(POS_FACEUP) then
e:SetLabel(tc:GetCode()) e:SetLabel(tc:GetCode())
return true return true
......
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