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

Update c12033015.lua

parent fbe440e8
......@@ -7,7 +7,7 @@ function cm.initial_effect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_MUST_USE_MZONE)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(LOCATION_EXTRA,LOCATION_EXTRA)
e1:SetTargetRange(0,LOCATION_EXTRA)
e1:SetCondition(cm.frccon)
e1:SetValue(cm.frcval)
c:RegisterEffect(e1)
......@@ -29,4 +29,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