Commit 7a6b8d4a authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 7de4b6ae
......@@ -60,7 +60,7 @@ function c20720928.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)
end
function c20720928.chainop(e,tp,eg,ep,ev,re,r,rp)
if re:GetHandler():IsSetCard(0x105) and re:IsActiveType(TYPE_MONSTER) then
if re:GetHandler():IsSetCard(0x105) and re:IsActiveType(TYPE_MONSTER) and ep==tp then
Duel.SetChainLimit(c20720928.chainlm)
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