mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:10:42 +00:00
Increase traitor punishment (#1456)
During playtesting the traitor punishment still wasn't harsh enough.
This commit is contained in:
@@ -236,7 +236,7 @@ export class DefaultConfig implements Config {
|
||||
return 0.5;
|
||||
}
|
||||
traitorSpeedDebuff(): number {
|
||||
return 0.7;
|
||||
return 0.6;
|
||||
}
|
||||
traitorDuration(): number {
|
||||
return 30 * 10; // 30 seconds
|
||||
|
||||
Reference in New Issue
Block a user