diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index e003bbd3295..4bd3d8cabce 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -4,6 +4,7 @@ lobbyenabled = true lobbyduration = 240 round_end_pacifist = true contraband_examine = false # Doubtful that it's desired at all, and would require going over every item in accordance with SOP +secret_weight_prototype = SecretDeltaV # New players can't join a server without admins [game.panic_bunker] diff --git a/Resources/IgnoredPrototypes/ignoredPrototypes.yml b/Resources/IgnoredPrototypes/ignoredPrototypes.yml index 3bda19c2ab4..02424a605f5 100644 --- a/Resources/IgnoredPrototypes/ignoredPrototypes.yml +++ b/Resources/IgnoredPrototypes/ignoredPrototypes.yml @@ -12,3 +12,5 @@ # Replaced by # /Prototypes/_DV/Maps/salvage_modified.yml # /Prototypes/_DV/Maps/salvage.yml +- /Prototypes/secret_weights.yml +# Replaced by /Prototypes/_DV/secret_weights.yml diff --git a/Resources/Prototypes/_DV/secret_weights.yml b/Resources/Prototypes/_DV/secret_weights.yml new file mode 100644 index 00000000000..41017a439a9 --- /dev/null +++ b/Resources/Prototypes/_DV/secret_weights.yml @@ -0,0 +1,8 @@ +- type: weightedRandom + id: SecretDeltaV + weights: + Survival: 0.35 + Nukeops: 0.15 + Zombie: 0.07 + Traitor: 0.43 + #Pirates: 0.15 #ahoy me bucko