mirror of
https://github.com/Pinsplash/halflife2chaos.git
synced 2024-10-29 23:32:38 +01:00
added chaos_shuffle_mode to CFGs
This commit is contained in:
parent
72a9059d40
commit
1c6d8c3fcf
@ -21,6 +21,8 @@ chaos_instant_off 0
|
||||
//If an effect causes the player to die too many times, it will be stopped.
|
||||
chaos_strike_max 3
|
||||
|
||||
//1 to turn on shuffle mode: effects cannot be repeated until all possible effects have been chosen
|
||||
chaos_shuffle_mode 0
|
||||
|
||||
|
||||
//All below are multipliers of length for individual effects.
|
||||
|
@ -21,6 +21,8 @@ chaos_instant_off 0
|
||||
//If an effect causes the player to die too many times, it will be stopped.
|
||||
chaos_strike_max 3
|
||||
|
||||
//1 to turn on shuffle mode: effects cannot be repeated until all possible effects have been chosen
|
||||
chaos_shuffle_mode 0
|
||||
|
||||
|
||||
//All below are multipliers of length for individual effects.
|
||||
|
@ -21,6 +21,8 @@ chaos_instant_off 0
|
||||
//If an effect causes the player to die too many times, it will be stopped.
|
||||
chaos_strike_max 3
|
||||
|
||||
//1 to turn on shuffle mode: effects cannot be repeated until all possible effects have been chosen
|
||||
chaos_shuffle_mode 0
|
||||
|
||||
|
||||
//All below are multipliers of length for individual effects.
|
||||
|
Loading…
Reference in New Issue
Block a user