Commit d45b8615 authored by Amiya's avatar Amiya

修复

parent 66ea6d6d
Pipeline #41990 passed with stages
in 1 minute and 28 seconds
No preview for this file type
--デス・レジーナ・デーモン
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,63679166)
c:EnableReviveLimit()
--pendulum summon
aux.EnablePendulumAttribute(c)
......@@ -44,7 +45,7 @@ function s.initial_effect(c)
c:RegisterEffect(e4)
end
function s.thfilter(c)
return c:IsFaceupEx() and c:IsSetCard(0x45) and c:IsAbleToHand()
return c:IsFaceupEx() and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsSetCard(0x45) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED) and s.thfilter(chkc) end
......
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