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

7

parent b2f72f86
No preview for this file type
......@@ -57,7 +57,7 @@ function s.set(c)
c:RegisterEffect(e3)
end
function s.filter(c,e,tp)
if not c:IsSetCard(0x3529) then return end
if not (c:IsSetCard(0x3529) and c:IsFaceup()) then return end
local res1=c:IsAbleToHand()
local res2=c:IsType(TYPE_MONSTER) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEDOWN_DEFENSE)
......
......@@ -12,7 +12,7 @@ function s.espand(c)
e2:SetDescription(1190)
e2:SetCategory(CATEGORY_TOHAND)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetRange(LOCATION_GRAVE)
e2:SetCode(EVENT_BATTLE_DAMAGE)
e2:SetCountLimit(1,id+514)
......
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