Skip to content

Commit f4ba7bf

Browse files
authored
Merge pull request #8 from noiapp/fix/wrong-speed-multiplier
Fix wrong speed multiplier
2 parents 5df544e + 02a1d05 commit f4ba7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const MORTALITY_PERCENTATGE = 5
6060
export const TOTAL_TICKS = 1600
6161
export const TICKS_TO_RECOVER = 500
6262
export const TICKS_TO_INCUBATE = 100
63-
export const SPEED_FROM_UI_MULTIPLIER = 100
63+
export const SPEED_FROM_UI_MULTIPLIER = 0.01
6464
export const STATIC_PEOPLE_PERCENTATGE = 25
6565

6666
export const resetRun = () => {

0 commit comments

Comments
 (0)