Commit b81bd9d6 authored by salix5's avatar salix5

fix

c48716527 帝王の溶撃
http://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=11105
The to_grave effect is part of card effect, so it can be negated.
parent 11f86b16
...@@ -17,7 +17,6 @@ function c48716527.initial_effect(c) ...@@ -17,7 +17,6 @@ function c48716527.initial_effect(c)
-- --
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e3:SetCode(EVENT_PHASE+PHASE_END) e3:SetCode(EVENT_PHASE+PHASE_END)
e3:SetCountLimit(1) e3:SetCountLimit(1)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
......
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