Commit 0ea2e1ae authored by mercury233's avatar mercury233 Committed by GitHub

fix Beetrooper Scale Bomber

parent ccfc2cfc
......@@ -48,7 +48,8 @@ function c39041550.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c39041550.condition(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler():IsOnField() and re:GetHandler():IsRelateToEffect(re) and re:IsActiveType(TYPE_MONSTER)
local tc=re:GetHandler()
return tc:IsControler(1-tp) and tc:IsOnField() and tc:IsRelateToEffect(re) and re:IsActiveType(TYPE_MONSTER)
end
function c39041550.cfilter(c,tp)
return c:IsRace(RACE_INSECT) and (c:IsControler(tp) or c:IsFaceup())
......
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