Skip to content

Commit 2166c7e

Browse files
committed
fixed Hyper Speed
1 parent b2fdbbd commit 2166c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160023053.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function s.stage2(e,tc,tp,mg,chk)
2020
e1:SetCode(EFFECT_UPDATE_ATTACK)
2121
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT)
2222
e1:SetReset(RESET_EVENT|RESETS_STANDARD_DISABLE|RESET_PHASE|PHASE_END)
23-
e1:SetValue(500)
23+
e1:SetValue(600)
2424
tc:RegisterEffect(e1)
2525
end
2626
end

0 commit comments

Comments
 (0)