Skip to content

Commit

Permalink
Update and rename TF2Classic-CritVsCond.cfg to TF2Classic-DamageCondi…
Browse files Browse the repository at this point in the history
…tions.cfg
  • Loading branch information
azzyr committed Sep 14, 2022
1 parent 98de7a9 commit 1add3b4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
15 changes: 0 additions & 15 deletions addons/sourcemod/configs/TF2Classic-CritVsCond.cfg

This file was deleted.

23 changes: 23 additions & 0 deletions addons/sourcemod/configs/TF2Classic-DamageConditions.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"Weapons"
{
// revolver that deals mini-crits to disguised spies and applies marked-for-death to yourself
"24" // spy stock revolver
{
"mode" "victim"
"crittype" "none"
"cond" "3" // TF_COND_DISGUISED
"gib" "always"

"addcond"
{
"cond" "30" // TF_COND_MARKEDFORDEATH
"duration" "5.0"
}

"addcond_self"
{
"cond" "30" // TF_COND_MARKEDFORDEATH
"duration" "5.0"
}
}
}

0 comments on commit 1add3b4

Please sign in to comment.