From: PicklOH <62030853+PicklOH@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:19:58 +0000 (-0500) Subject: Make DAGD more likely but restrict it to 1 traitor per round (#41402) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c6e307ea7100ecda5bdce1edddac8d7e9c1ae93c;p=space-station-14.git Make DAGD more likely but restrict it to 1 traitor per round (#41402) --- diff --git a/Resources/Prototypes/Objectives/objectiveGroups.yml b/Resources/Prototypes/Objectives/objectiveGroups.yml index a24e0f5dd3..31ef38f428 100644 --- a/Resources/Prototypes/Objectives/objectiveGroups.yml +++ b/Resources/Prototypes/Objectives/objectiveGroups.yml @@ -34,7 +34,7 @@ id: TraitorObjectiveGroupState weights: EscapeShuttleObjective: 1 - DieObjective: 0.05 + DieObjective: 0.2 #HijackShuttleObjective: 0.02 - type: weightedRandom diff --git a/Resources/Prototypes/Objectives/traitor.yml b/Resources/Prototypes/Objectives/traitor.yml index 1d6fab6998..d833f0e9c2 100644 --- a/Resources/Prototypes/Objectives/traitor.yml +++ b/Resources/Prototypes/Objectives/traitor.yml @@ -64,6 +64,8 @@ - EscapeShuttleCondition - StealCondition - type: DieCondition + - type: ObjectiveLimit + limit: 1 #- type: entity # parent: [BaseTraitorObjective, BaseLivingObjective]