Skip to content

Commit

Permalink
Make thieves not pacifist
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Dec 25, 2023
1 parent c3749cc commit c2324ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public sealed partial class ThiefRuleComponent : Component
/// <summary>
/// Add a Pacified comp to thieves
/// </summary>
[DataField] // Corvax-MRP
public bool PacifistThieves = true;

/// <summary>
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
- type: TraitorRule
- type: ThiefRule #the thieves come as an extension of another gamemode
ruleChance: 0.5
pacifistThieves: false # Corvax-MRP

- type: entity
id: Revolutionary
Expand All @@ -85,6 +86,7 @@
- type: RevolutionaryRule
- type: ThiefRule #the thieves come as an extension of another gamemode
ruleChance: 0.5
pacifistThieves: false # Corvax-MRP

- type: entity
id: Sandbox
Expand Down

0 comments on commit c2324ed

Please sign in to comment.