Commit 211ddac9 authored by GuGu's avatar GuGu

Update c60151305.lua

parent c05fd69d
......@@ -35,7 +35,7 @@ function c60151305.initial_effect(c)
c:RegisterEffect(e4)
end
function c60151305.tgfilter(c)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() and c:IsLevel(3)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c60151305.tgfilter2(c)
return c:IsSetCard(0x252a) and c:IsType(TYPE_MONSTER) and c:IsAbleToGrave()
......
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