Fix impact effect on nails
This commit is contained in:
parent
e921600281
commit
4a909c274a
3 changed files with 3 additions and 2 deletions
|
@ -53,7 +53,7 @@ entityDef projectile_tfNail
|
|||
"detonate_on_world" "1"
|
||||
"detonate_on_actor" "1"
|
||||
"projectile_debris" "debris_tfNail"
|
||||
"model_detonate" "Impact.BigShot"
|
||||
"model_detonate" "impact_default.main"
|
||||
"decal_detonate" "ExplosionScorch"
|
||||
"debris_count" "1"
|
||||
"debris_stick" "1"
|
||||
|
|
|
@ -47,7 +47,7 @@ entityDef projectile_tfSuperNail
|
|||
"detonate_on_world" "1"
|
||||
"detonate_on_actor" "1"
|
||||
"projectile_debris" "debris_tfNail"
|
||||
"model_detonate" "Impact.BigShot"
|
||||
"model_detonate" "impact_default.main"
|
||||
"decal_detonate" "ExplosionScorch"
|
||||
"debris_count" "1"
|
||||
"debris_stick" "1"
|
||||
|
|
|
@ -63,6 +63,7 @@ entityDef projectile_tfTranq
|
|||
"detonate_on_world" "1"
|
||||
"detonate_on_actor" "1"
|
||||
"projectile_debris" "debris_tfNail"
|
||||
"model_detonate" "impact_default.main"
|
||||
"decal_detonate" "ExplosionScorch"
|
||||
"debris_count" "1"
|
||||
"debris_stick" "1"
|
||||
|
|
Loading…
Reference in a new issue