Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Give knives
Browse files Browse the repository at this point in the history
  • Loading branch information
ntm5 authored Jul 11, 2024
1 parent 730da7c commit 283ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/TTT.Roles/RoleBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 283ab1f

Please sign in to comment.