diff --git a/config/game_options.txt b/config/game_options.txt index 8e2d62c329b5..dda2b9ef4178 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -25,7 +25,7 @@ EMOJIS ## HEART COMMENDATIONS ### ## Uncomment this if you'd like to enable commendation pollings for this percentage of players near the end of the round (5% suggested) -COMMENDATION_PERCENT_POLL 0.05 +COMMENDATION_PERCENT_POLL 0.5 ## MOB MOVEMENT ### @@ -37,9 +37,9 @@ COMMENDATION_PERCENT_POLL 0.05 ## To speed things up make the number negative, to slow things down, make the number positive. ## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied. -SPRINT_DELAY 1.2 -RUN_DELAY 1.8 -WALK_DELAY 4 +SPRINT_DELAY 0.8 +RUN_DELAY 1.4 +WALK_DELAY 5 ## The variables below affect the movement of specific mob types. THIS AFFECTS ALL SUBTYPES OF THE TYPE YOU CHOOSE! ## Entries completely override all subtypes. Later entries have precedence over earlier entries. @@ -61,7 +61,7 @@ HUMANS_NEED_SURNAMES #FORCE_RANDOM_NAMES ## Unhash this to turn on automatic reopening of a player's job if they suicide at roundstart -#REOPEN_ROUNDSTART_SUICIDE_ROLES +REOPEN_ROUNDSTART_SUICIDE_ROLES ## Unhash to enable reopening of command level positions #REOPEN_ROUNDSTART_SUICIDE_ROLES_COMMAND_POSITIONS @@ -72,7 +72,7 @@ HUMANS_NEED_SURNAMES #REOPEN_ROUNDSTART_SUICIDE_ROLES_DELAY 240 ## Unhash to enable a printed command report for reopened roles listing what roles were reopened. -#REOPEN_ROUNDSTART_SUICIDE_ROLES_COMMAND_REPORT +REOPEN_ROUNDSTART_SUICIDE_ROLES_COMMAND_REPORT ## ALERT LEVELS ### @@ -474,7 +474,7 @@ LAVALAND_BUDGET 60 ICEMOON_BUDGET 90 ## Space Ruin Budget -Space_Budget 16 +Space_Budget 40 ## Time in ds from when a player latejoins till the arrival shuttle docks at the station ## Must be at least 30. At least 55 recommended to be visually/aurally appropriate @@ -498,7 +498,7 @@ MICE_ROUNDSTART 10 ROUNDSTART_TRAITS ## Uncomment to disable human moods. -#DISABLE_HUMAN_MOOD +DISABLE_HUMAN_MOOD ## Enable night shifts #ENABLE_NIGHT_SHIFTS