Skip to content

Commit

Permalink
Merge pull request #3480 from Superlagg/sextended
Browse files Browse the repository at this point in the history
forces sextended
  • Loading branch information
Tk420634 authored Oct 18, 2023
2 parents 26d79c6 + 733838c commit ecda9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/gamemodes/dynamic/dynamic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
// Are HIGH_IMPACT_RULESETs allowed to stack?
GLOBAL_VAR_INIT(dynamic_no_stacking, TRUE)
// If enabled does not accept or execute any rulesets.
GLOBAL_VAR_INIT(dynamic_forced_extended, FALSE)
// How high threat is required for HIGH_IMPACT_RULESETs stacking.
GLOBAL_VAR_INIT(dynamic_forced_extended, TRUE)
// How high threat is required for HIGHLANDER_RULESETs stacking.
// This is independent of dynamic_no_stacking.
GLOBAL_VAR_INIT(dynamic_stacking_limit, 90)
// List of forced roundstart rulesets.
Expand Down

0 comments on commit ecda9a2

Please sign in to comment.