Commit 0afa9285 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65020134.lua

parent 3da04cdd
......@@ -12,7 +12,7 @@ function c65020134.initial_effect(c)
c:RegisterEffect(e1)
end
function c65020134.cfilter(c)
return c:IsSetCard(0xcda4) and c:IsType(TYPE_MONSTER) and ((c:IsLocation(LOCATION_GRAVE) and c:IsAbleToRemove()) or (c:IsLocation(LOCATION_REMOVED) and c:IsAbleToDeck()) and ((c:IsLocation(LOCATION_HAND) or c:IsLocation(LOCATION_MZONE)) and c:IsAbleToGrave()))
return c:IsSetCard(0xcda4) and c:IsType(TYPE_MONSTER) and ((c:IsLocation(LOCATION_GRAVE) and c:IsAbleToRemove()) or (c:IsLocation(LOCATION_REMOVED) and c:IsAbleToDeck()) or ((c:IsLocation(LOCATION_HAND) or c:IsLocation(LOCATION_MZONE)) and c:IsAbleToGrave()))
end
function c65020134.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c65020134.cfilter,tp,LOCATION_HAND+LOCATION_MZONE+LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil)
......
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