Commit cf0ea2c4 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12008033.lua

parent 11fc7918
......@@ -21,7 +21,7 @@ function cm.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_MUST_USE_MZONE)
e2:SetRange(LOCATION_MZONE)
e2:SetTargetRange(LOCATION_EXTRA,LOCATION_EXTRA)
e2:SetTargetRange(0,LOCATION_EXTRA)
e2:SetCondition(cm.frccon)
e2:SetValue(cm.frcval)
c:RegisterEffect(e2)
......@@ -64,4 +64,4 @@ function cm.frccon(e)
end
function cm.frcval(e,c,fp,rp,r)
return 2^6+2^22+2^7+2^21
end
\ No newline at end of file
end
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