Skip to content

Commit

Permalink
balance: add cond for heavy with fist
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopied committed Aug 20, 2023
1 parent d3e304f commit c61e3d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/sourcemod/scripting/freak_fortress_2.sp
Original file line number Diff line number Diff line change
Expand Up @@ -4194,6 +4194,12 @@ public Action ClientTimer(Handle timer)
}
*/
}

// Yes. This is addtional cond.
if(!StrContains(classname, "tf_weapon_fist"))
{
TF2_AddCondition(client, TFCond_DefenseBuffed, 0.3);
}

if(index==16 && IsValidEntity(FindPlayerBack(client, 642))) //SMG, Cozy Camper
{
Expand Down

0 comments on commit c61e3d8

Please sign in to comment.