Commit e61337c9 authored by nanahira's avatar nanahira Committed by GitHub

Update c33400008.lua

parent 1892b76e
--时崎狂三---时之战士 --时崎狂三---时之战士
function c33400008.initial_effect(c) function c33400008.initial_effect(c)
--link summon
aux.AddLinkProcedure(c,c33400008.mfilter,2) aux.AddLinkProcedure(c,c33400008.mfilter,2)
c:EnableReviveLimit() c:EnableReviveLimit()
--activate from hand --activate from hand
...@@ -92,4 +91,4 @@ function c33400008.mfilter(c) ...@@ -92,4 +91,4 @@ function c33400008.mfilter(c)
end end
function c33400008.afilter(c) function c33400008.afilter(c)
return c:IsSetCard(0x3340) and c:IsType(TYPE_QUICKPLAY) return c:IsSetCard(0x3340) and c:IsType(TYPE_QUICKPLAY)
end end
\ No newline at end of file
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