Commit 7a0dd5bf authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Magikey Mechmusket - Batosbuster (#1857)

parent 31c61cce
...@@ -51,7 +51,7 @@ function c19489718.discon(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,7 @@ function c19489718.discon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=c:GetBattleTarget() local tc=c:GetBattleTarget()
e:SetLabelObject(tc) e:SetLabelObject(tc)
return tc and tc:IsFaceup() and tc:IsControler(1-tp) and tc:IsType(TYPE_MONSTER) and not tc:IsDisabled() return tc and tc:IsControler(1-tp) and tc:IsType(TYPE_MONSTER) and aux.NegateMonsterFilter(tc)
and Duel.IsExistingMatchingCard(c19489718.cfilter,tp,LOCATION_GRAVE,0,1,nil,tc:GetAttribute()) and Duel.IsExistingMatchingCard(c19489718.cfilter,tp,LOCATION_GRAVE,0,1,nil,tc:GetAttribute())
end end
function c19489718.distg(e,tp,eg,ep,ev,re,r,rp,chk) function c19489718.distg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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