1
0
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:
NG (Graham)
2026-04-06 11:03:37 -04:00
parent af1f7dfc7a
commit 8ec66841d4

View File

@@ -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,