Commit 1f930391 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Lightforce Sword (#452)

parent 2b9e0c03
......@@ -19,7 +19,7 @@ function c49587034.activate(e,tp,eg,ep,ev,re,r,rp)
local rs=g:RandomSelect(1-tp,1)
local card=rs:GetFirst()
if card==nil then return end
if Duel.Remove(card,POS_FACEDOWN,REASON_EFFECT)>0 then
if Duel.Remove(card,POS_FACEDOWN,REASON_EFFECT)>0 and e:IsHasType(EFFECT_TYPE_ACTIVATE) then
local ph=Duel.GetCurrentPhase()
local cp=Duel.GetTurnPlayer()
local e1=Effect.CreateEffect(e:GetHandler())
......
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