Commit 95d11fed authored by wind2009's avatar wind2009

Fix Shadow Severing Strike

parent c6b6146a
--Vulcarrion, the Rotting Phoenix
--Vulcarrion the Rotting Phoenix
local s,id,o=GetID()
function s.initial_effect(c)
--special summon
......
......@@ -88,7 +88,7 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local g=eg:Filter(s.cfilter,1,nil)
local b1=Duel.IsExistingMatchingCard(s.disfiter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
and label&TYPE_MONSTER~=0
local b2=Duel.IsPlayerCanDraw(tp,2)
local b2=Duel.IsPlayerCanDraw(tp)
and label&TYPE_SPELL~=0
local b3=Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil)
and label&TYPE_TRAP~=0
......
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