Commit 8764a625 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c18700161.lua

parent fdb2d733
--祈星魔女 伊蕾娜
local m=18700161
local cm=_G["c"..m]
Duel.LoadScript("1.lua")
xpcall(function() require("expansions/script/1") end,function() require("script/1") end)
function cm.initial_effect(c)
aux.EnablePendulumAttribute(c)
local e1=Effect.CreateEffect(c)
......@@ -147,7 +147,7 @@ function cm.aclimit(e,re,tp)
return re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_TRAP)
end
function cm.thfilter3(c)
return c:IsType(TYPE_RITUAL) and c:IsAbleToHand()
return c:IsType(TYPE_RITUAL+TYPE_MONSTER) and c:IsAbleToHand()
end
function cm.thtg3(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter3,tp,LOCATION_DECK,0,1,nil) 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