Skip to content

Commit

Permalink
REPEATED_MAPS_FACTOR_DECREASE update (#13227)
Browse files Browse the repository at this point in the history
  • Loading branch information
volas committed Jul 3, 2024
1 parent 7041bec commit 169579d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/voting/poll_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
return "Отсутствует конфиг карт"

#define FORMAT_MAP_NAME(name) splittext(name, " ")[1]
#define REPEATED_MAPS_FACTOR_DECREASE 0.1
#define REPEATED_MAPS_FACTOR_DECREASE 0.15

/datum/poll/nextmap/init_choices()
var/list/voteweights = get_voteweights()
Expand Down

0 comments on commit 169579d

Please sign in to comment.