Skip to content

Commit f8902a7

Browse files
committed
"Gatling Ogre" update
The first effect can be used up to 3 times per turn, not only once per turn
1 parent b4912df commit f8902a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-release/c100452024.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function s.initial_effect(c)
1010
e1:SetType(EFFECT_TYPE_IGNITION)
1111
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
1212
e1:SetRange(LOCATION_MZONE)
13-
e1:SetCountLimit(1,id)
13+
e1:SetCountLimit(3,id)
1414
e1:SetCost(s.damcost)
1515
e1:SetTarget(s.damtg)
1616
e1:SetOperation(s.damop)

0 commit comments

Comments
 (0)