Commit a61e84eb authored by salix5's avatar salix5

update 融合回収

parent 5b523d8f
......@@ -14,7 +14,7 @@ function c18511384.filter1(c)
return c:IsCode(24094653) and c:IsAbleToHand()
end
function c18511384.filter2(c)
return bit.band(c:GetReason(),0x40008)==0x40008 and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return c:GetReason()&(REASON_FUSION+REASON_MATERIAL)==(REASON_FUSION+REASON_MATERIAL) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c18511384.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false 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