mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Reduce default healing after respawn in Pit
This commit is contained in:
@@ -348,8 +348,8 @@ fn default_game_modes() -> GameModes {
|
||||
team_chooser: super::TeamChooser::Alternating,
|
||||
},
|
||||
pit: GameMode {
|
||||
respawn_heal_duration: 20.0,
|
||||
respawn_full_heal_duration: 0.5,
|
||||
respawn_heal_duration: 15.0,
|
||||
respawn_full_heal_duration: 2.0,
|
||||
kill_limit: 0,
|
||||
game_time_m: 15,
|
||||
team_chooser: super::TeamChooser::OneOnAll,
|
||||
|
||||
Reference in New Issue
Block a user