aboutsummaryrefslogtreecommitdiffstats
path: root/code/team
diff options
context:
space:
mode:
Diffstat (limited to 'code/team')
-rw-r--r--code/team/Team.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/team/Team.cs b/code/team/Team.cs
index 189840b..ef065a4 100644
--- a/code/team/Team.cs
+++ b/code/team/Team.cs
@@ -54,6 +54,7 @@ public static class TeamCapabilities
private static void GiveMurdererWeapon(Player pawn)
{
pawn.Inventory.SetPrimaryWeapon( new Knife() );
+ pawn.Components.Create<FootprintTrackerComponent>();
}
}
public static class TeamOperations