From 283ab1ff9be475c8c00a91d38414a9310bed2f12 Mon Sep 17 00:00:00 2001 From: ntm <35658945+ntm5@users.noreply.github.com> Date: Thu, 11 Jul 2024 22:13:24 +0200 Subject: [PATCH] Give knives --- mod/TTT.Roles/RoleBehavior.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/TTT.Roles/RoleBehavior.cs b/mod/TTT.Roles/RoleBehavior.cs index 860129a..4fa79f7 100644 --- a/mod/TTT.Roles/RoleBehavior.cs +++ b/mod/TTT.Roles/RoleBehavior.cs @@ -63,7 +63,7 @@ public HookResult OnRoundStart(EventRoundFreezeEnd @event, GameEventInfo info) if (!string.IsNullOrEmpty(string.Empty)) player.GiveNamedItem(string.Empty); - player.GiveNamedItem("weapon_glock"); + player.GiveNamedItem("weapon_knife"); service.GetPlayer(player).ModifyKarma(); }