We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741d38f commit b4e672dCopy full SHA for b4e672d
1 file changed
rush/c160219006.lua
@@ -21,7 +21,7 @@ function s.initial_effect(c)
21
e2:SetType(EFFECT_TYPE_IGNITION)
22
e2:SetRange(LOCATION_MZONE)
23
e2:SetCountLimit(1)
24
- e1:SetCost(s.cost)
+ e2:SetCost(s.cost)
25
e2:SetTarget(s.target)
26
e2:SetOperation(s.operation)
27
c:RegisterEffect(e2)
0 commit comments