Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopied committed Aug 26, 2023
1 parent 504764f commit c399b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/freak_fortress_2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ public Action TF2Items_OnGiveNamedItem(int client, char[] classname, int iItemDe
}*/
case 226: //Battalion's Backup
{
Handle itemOverride=PrepareItemHandle(item, _, _, "140 ; 10.0");
Handle itemOverride=PrepareItemHandle(item, _, _, "140 ; 10.0 ; 4365 ; 1.5");
if(itemOverride!=null)
{
item=itemOverride;
Expand Down

0 comments on commit c399b2f

Please sign in to comment.