Skip to content

Commit

Permalink
2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azzyr authored Sep 23, 2022
1 parent a760763 commit 9d7eca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/sourcemod/configs/TF2Classic-DamageConditions.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"Weapons"
{
// revolver that deals mini-crits to disguised spies and applies marked-for-death to yourself
// revolver that applies marked-for-death to disguised spies and yourself
"24" // spy stock revolver
{
"mode" "victim"
"crittype" "none"
"cond" "3" // TF_COND_DISGUISED
"gib" "always"
"gib" "cond"

"addcond"
{
Expand Down

0 comments on commit 9d7eca8

Please sign in to comment.