Commit 4fae1324 authored by GuGu's avatar GuGu

Update c200305.lua 2P八阿哥

parent d154c3dc
Pipeline #19586 passed with stage
in 47 seconds
......@@ -13,7 +13,7 @@ function c200305.initial_effect(c)
end
function c200305.filter(c)
local x=c:GetOriginalCode()
return c:IsOriginalSetCard(0x700) and c:IsAbleToHand()
return c:IsOriginalSetCard(0x700) and c:IsAbleToHand() and c:IsType(TYPE_MONSTER)
end
function c200305.condition(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c200305.filter,tp,LOCATION_DECK,0,nil)
......
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