Commit db378ab7 authored by GuGu's avatar GuGu

Update c4114110.lua

parent 28b7a4ad
Pipeline #17170 passed with stage
in 45 seconds
...@@ -28,7 +28,7 @@ function c4114110.initial_effect(c) ...@@ -28,7 +28,7 @@ function c4114110.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c4114110.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c4114110.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(1-tp) and chkc:IsLocation(LOCATION_MZONE) end if chkc then return chkc:IsControler(1-tp) and chkc:IsLocation(LOCATION_MZONE) and chkc:IsFaceup() end
if chk==0 then return Duel.IsExistingTarget(Card.IsFaceup,tp,0,LOCATION_MZONE,1,nil) end if chk==0 then return Duel.IsExistingTarget(Card.IsFaceup,tp,0,LOCATION_MZONE,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
Duel.SelectTarget(tp,nil,tp,0,LOCATION_MZONE,1,1,nil) Duel.SelectTarget(tp,nil,tp,0,LOCATION_MZONE,1,1,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