Skip to content

Commit 69c9602

Browse files
Update Survival.ts
1 parent f75b66f commit 69c9602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Gamemodes/Survival.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { ArenaFlags, ClientBound } from "../Const/Enums";
2727
import { countdownDuration, scoreboardUpdateInterval } from "../config";
2828

2929
const MIN_PLAYERS = 4; // 6 in Diep.io
30-
const SCORE_PER_TICK = 0.25;
30+
const SCORE_PER_TICK = 0.2;
3131

3232
/**
3333
* Manage shape count

0 commit comments

Comments
 (0)