Commit 5558b6c6 authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1156015.lua

parent db7d1138
...@@ -140,7 +140,7 @@ function c1156015.op2(e,tp,eg,ep,ev,re,r,rp) ...@@ -140,7 +140,7 @@ function c1156015.op2(e,tp,eg,ep,ev,re,r,rp)
if (re:GetHandler():IsType(TYPE_FIELD) or Duel.GetLocationCount(tp,LOCATION_SZONE)>0) and not re:GetHandler():IsImmuneToEffect(e) then if (re:GetHandler():IsType(TYPE_FIELD) or Duel.GetLocationCount(tp,LOCATION_SZONE)>0) and not re:GetHandler():IsImmuneToEffect(e) then
re:GetHandler():CancelToGrave() re:GetHandler():CancelToGrave()
if re:GetHandler():IsType(TYPE_FIELD) then if re:GetHandler():IsType(TYPE_FIELD) then
if Duel.MoveToField(re:GetHandler(),tp,tp,LOCATION_PZONE,POS_FACEDOWN,false) then if Duel.MoveToField(re:GetHandler(),tp,tp,LOCATION_FZONE,POS_FACEDOWN,false) then
if re:GetHandler():IsType(TYPE_QUICKPLAY) then if re:GetHandler():IsType(TYPE_QUICKPLAY) then
local e2_1=Effect.CreateEffect(e:GetHandler()) local e2_1=Effect.CreateEffect(e:GetHandler())
e2_1:SetType(EFFECT_TYPE_SINGLE) e2_1:SetType(EFFECT_TYPE_SINGLE)
......
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