Commit 8834148e authored by mallu11's avatar mallu11 Committed by GitHub

fix 魔玩具厄瓶 (#1461)

parent 3e3d26d8
...@@ -10,7 +10,7 @@ function c18138630.initial_effect(c) ...@@ -10,7 +10,7 @@ function c18138630.initial_effect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE) e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetCode(EFFECT_CHANGE_CODE) e1:SetCode(EFFECT_CHANGE_CODE)
e1:SetRange(LOCATION_ONFIELD+LOCATION_GRAVE) e1:SetRange(LOCATION_SZONE+LOCATION_GRAVE)
e1:SetValue(70245411) e1:SetValue(70245411)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--destroy --destroy
......
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