mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
[Dynamic Mode] High Population Override (#22173)
* HighPopDynamic * Enabling HighPopDynamic
This commit is contained in:
@@ -188,6 +188,9 @@
|
||||
// Weighted Votes
|
||||
var/weighted_votes = 0
|
||||
|
||||
// Dynamic Mode
|
||||
var/high_population_override = 1//If 1, what rulesets can or cannot be called depend on the threat level only
|
||||
|
||||
/datum/configuration/New()
|
||||
. = ..()
|
||||
var/list/L = subtypesof(/datum/gamemode)-/datum/gamemode/cult
|
||||
|
||||
Reference in New Issue
Block a user