Commit e4907c07 authored by Tachibana's avatar Tachibana

得得得得得

parent 8cc3ed50
Pipeline #13521 failed with stages
in 9 minutes and 23 seconds
No preview for this file type
......@@ -14,10 +14,11 @@ function cm.initial_effect(c)
--Search
local e2=Effect.CreateEffect(c)
e2:SetCategory(CATEGORY_SEARCH)
--2022/6/9 修复
--2022/6/10 修复
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetHintTiming(0,TIMING_MAIN_PHASE)
--修复内容:未增加二速设定
e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetRange(LOCATION_GRAVE)
e2:SetCountLimit(1,m+1)
e2:SetCost(cm.cost)
......
......@@ -19,7 +19,7 @@ function cm.tgf1(c)
return c:IsAbleToRemove() and not c:IsPublic()
end
function cm.tgf2(c)
return (c:IsSetCard(0x3fd5) or c:IsSetCard(0xfd6)) and c:IsType(TYPE_SPELL+TYPE_TRAP) and not c:IsCode(m) and c:IsAbleToHand()
return (c:IsSetCard(0x3fd5) or c:IsSetCard(0xfd6)) and not c:IsCode(m) and c:IsAbleToHand()
end
function cm.tgf3(g)
return aux.dncheck(g) and g:IsExists(Card.IsSetCard,1,nil,0xfd6) and g:IsExists(Card.IsSetCard,1,nil,0x3fd5)
......
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