Commit 85788ac4 authored by salix5's avatar salix5

Merge pull request #92 from DailyShana/patch-2

fix Cuben
parents 0331e329 f5852204
...@@ -23,7 +23,7 @@ function c17530001.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -23,7 +23,7 @@ function c17530001.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCode(EFFECT_CANNOT_SUMMON) e1:SetCode(EFFECT_CANNOT_SUMMON)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE)
e1:SetTargetRange(1,1) e1:SetTargetRange(1,1)
e1:SetTarget(c17530001.tglimit) e1:SetTarget(c17530001.tglimit)
e1:SetLabel(dc) e1:SetLabel(dc)
......
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