Skip to content

Commit c051903

Browse files
committed
fixed Excutie Prouty Frontiere
1 parent da1ffb4 commit c051903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160214033.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function s.initial_effect(c)
1212
e1:SetType(EFFECT_TYPE_FIELD)
1313
e1:SetCode(EFFECT_UPDATE_ATTACK)
1414
e1:SetRange(LOCATION_MZONE)
15-
e1:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
15+
e1:SetTargetRange(0,LOCATION_MZONE)
1616
e1:SetTarget(aux.NOT(aux.TargetBoolFunction(Card.IsLevel,6)))
1717
e1:SetValue(-600)
1818
c:RegisterEffect(e1)

0 commit comments

Comments
 (0)