Skip to content

Commit

Permalink
fix 氷結界の封魔団
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 authored Nov 10, 2022
1 parent 8aa2ddc commit a901364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c73061465.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function c73061465.operation(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CANNOT_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_CANNOT_DISABLE)
e1:SetRange(LOCATION_MZONE)
e1:SetTargetRange(1,1)
e1:SetValue(c73061465.tgval)
Expand Down

0 comments on commit a901364

Please sign in to comment.