Skip to content

Commit

Permalink
Change respawn 15 > 5 min
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatarla committed Oct 20, 2024
1 parent ad10b74 commit bc9368a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/gamemodes/_game_mode.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GLOBAL_VAR(common_report) //Contains common part of roundend report

var/deploy_time_lock = 10 MINUTES
///The respawn time for marines
var/respawn_time = 15 MINUTES
var/respawn_time = 5 MINUTES
//The respawn time for Xenomorphs
var/xenorespawn_time = 3 MINUTES
///How many points do you need to win in a point gamemode
Expand Down

0 comments on commit bc9368a

Please sign in to comment.