Add AntagPrototype to TraitorRole and Fix traitors choice logic (#5861)

This commit is contained in:
Morbo
2021-12-26 06:13:37 +03:00
committed by GitHub
parent 651c11888f
commit 7d28108572
7 changed files with 24 additions and 11 deletions

View File

@@ -39,6 +39,5 @@ traitor-death-match-end-round-description-entry = {$originalName}'s PDA, with {$
## TraitorRole
# TraitorRole
traitor-role-name = Syndicate Agent
traitor-role-greeting = Hello Agent
traitor-role-codewords = Your codewords are: {$codewords}

View File

@@ -1,6 +1,6 @@
- type: antag
id: SuspicionInnocent
name: "innocent"
name: "Innocent"
antagonist: false
setPreference: false
objective: "Discover and eliminate all traitors."

View File

@@ -1,6 +1,6 @@
- type: antag
id: SuspicionTraitor
name: "suspect"
name: "Suspect"
antagonist: true
setPreference: true
objective: "Kill the innocents."

View File

@@ -1,6 +1,6 @@
- type: antag
id: Traitor
name: "traitor"
name: "Syndicate Agent"
antagonist: true
setPreference: true
objective: "Complete your objectives without being caught."