]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
make traitor syndicate reinforcements get the traitor role (#25400)
authorMr. 27 <45323883+Dutch-VanDerLinde@users.noreply.github.com>
Wed, 20 Mar 2024 08:41:50 +0000 (04:41 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 08:41:50 +0000 (09:41 +0100)
inital

Resources/Prototypes/Entities/Mobs/Player/human.yml

index 2c4ac2d70f94ca2848a8b234145cd34d2af3f8cf..2c7ad4972c0c79cf1e48d06667d686065578a1c5 100644 (file)
@@ -7,9 +7,9 @@
 #Syndie
 - type: entity
   parent: MobHuman
-  id: MobHumanSyndicateAgent
+  id: MobHumanSyndicateAgentBase
   name: syndicate agent
-  suffix: Human
+  suffix: Human, Base
   components:
     - type: Loadout
       prototypes: [SyndicateOperativeGearExtremelyBasic]
       - Syndicate
 
 - type: entity
-  parent: MobHumanSyndicateAgent
+  parent: MobHumanSyndicateAgentBase
+  id: MobHumanSyndicateAgent
+  name: syndicate agent
+  suffix: Human, Traitor
+  components:
+    # make the player a traitor once its taken
+    - type: AutoTraitor
+      giveUplink: false
+      giveObjectives: false
+
+- type: entity
+  parent: MobHumanSyndicateAgentBase
   id: MobHumanSyndicateAgentNukeops # Reinforcement exclusive to nukeops uplink
-  suffix: NukeOps
+  suffix: Human, NukeOps
   components:
     - type: NukeOperative