Commit 7c9662fc authored by DailyShana's avatar DailyShana Committed by GitHub

Revert "work around for Fluorohydride/ygopro#2243 (#1268)" (#1288)

This reverts commit 96f15234.
parent c44e4d9e
......@@ -10,7 +10,6 @@ function c22593417.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_EVENT_PLAYER)
e1:SetCountLimit(1,22593417)
e1:SetCondition(c22593417.hdcon)
e1:SetTarget(c22593417.hdtg)
......
......@@ -10,7 +10,6 @@ function c5821478.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_EVENT_PLAYER)
e1:SetCondition(c5821478.descon)
e1:SetTarget(c5821478.destg)
e1:SetOperation(c5821478.desop)
......
......@@ -27,7 +27,6 @@ function c66403530.initial_effect(c)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e3:SetCode(EVENT_SPSUMMON_SUCCESS)
e3:SetRange(LOCATION_MZONE)
e3:SetProperty(EFFECT_FLAG_EVENT_PLAYER)
e3:SetCondition(c66403530.rmcon)
e3:SetTarget(c66403530.rmtg)
e3:SetOperation(c66403530.rmop)
......
......@@ -10,7 +10,6 @@ function c72529749.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_EVENT_PLAYER)
e1:SetCondition(c72529749.rmcon)
e1:SetTarget(c72529749.rmtg)
e1:SetOperation(c72529749.rmop)
......
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