Skip to content

Commit daa00e5

Browse files
committed
adjust LotV time multiplier to 1.36 to be consistent with ggpyjobs
1 parent 2174566 commit daa00e5

File tree

1 file changed

+1
-1
lines changed
  • app/assets/javascripts/angular/helpers

1 file changed

+1
-1
lines changed

app/assets/javascripts/angular/helpers/sc2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ for (var expansion_tag in Sc2.armyUnits) {
256256
}
257257
}
258258

259-
Sc2.LOTV_SPEEDUP = 1.4;
259+
Sc2.LOTV_SPEEDUP = 1.36;
260260

261261
Sc2.frameToTime = function(frame, expansion) {
262262
fps = 16;

0 commit comments

Comments
 (0)