aboutsummaryrefslogtreecommitdiffstats
path: root/code/team/Team.cs
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-01 01:31:25 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-01 01:31:25 +0100
commitdbf0218371ce006b674b0ede8e6a4d97932ff2c6 (patch)
treea865e7ff8e9f65579435b951a0c2ceffd8237c61 /code/team/Team.cs
parentca0d44610b6216f82fcf8f5830d445963654db64 (diff)
Add footprints
Diffstat (limited to 'code/team/Team.cs')
-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