Commit a563d2ac authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c5012635.lua

parent eff087cc
......@@ -72,7 +72,7 @@ function s.repfilter(c)
end
function s.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then return c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsReason(REASON_REPLACE)
if chk==0 then return c:IsReason(REASON_BATTLE+REASON_EFFECT) or c:IsReason(REASON_REPLACE)
and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil) end
if Duel.SelectEffectYesNo(tp,c,96) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
......
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