Commit 0e246561 authored by Amiya's avatar Amiya

修复

parent 822a66be
Pipeline #41083 failed with stages
in 2 minutes and 11 seconds
No preview for this file type
......@@ -43,7 +43,7 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION)
end
function s.thfilter(c)
return c:IsSetCard(0x2e0) and (c:GetType()==TYPE_SPELL or c:IsType(TYPE_QUICKPLAY+TYPE_FIELD)) and c:IsAbleToHand()
return c:IsSetCard(0x2da) and (c:GetType()==TYPE_SPELL or c:IsType(TYPE_QUICKPLAY+TYPE_FIELD)) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) end
......
#The first line is used for comment
!setname 0x2d7 艾克莉西娅
!setname 0x2d8 耀圣
!setname 0x2d9 世界末日
\ No newline at end of file
!setname 0x2d9 世界末日
!setname 0x2da 磁石
!setname 0x6066 磁石战士∑
\ No newline at end of file
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