Commit b9aa8d36 authored by wind2009's avatar wind2009

Fix ギミック・パペット-リトル・ソルジャーズ

parent 159cb44b
......@@ -62,7 +62,7 @@ function s.upop(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetTargetsRelateToChain()
if #sg==0 then return end
for tc in aux.Next(sg) do
if tc:IsFaceup() then
if tc:IsFaceup() and tc:IsType(TYPE_MONSTER) then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_LEVEL)
......
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