Skip to content

Commit

Permalink
tweak: min 30 alive players for lone op (#238)
Browse files Browse the repository at this point in the history
## About The Pull Request

Изменяем требование по игрокам для
`/datum/round_event_control/operative` до 30.

## Why It's Good For The Game

Игроки не могут пропустить антага даже на лоупопе. По этому делаем это
кодом.
  • Loading branch information
Gaxeer authored Apr 29, 2024
1 parent 39b6f72 commit b5df769
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modular_bandastation/events/code/events.dm
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/datum/controller/subsystem/events
frequency_lower = 7 MINUTES
frequency_upper = 12 MINUTES

/datum/round_event_control/operative
min_players = 30

0 comments on commit b5df769

Please sign in to comment.