Fix impact effect on nails

This commit is contained in:
Xylemon 2024-08-14 14:10:58 -07:00
parent e921600281
commit 4a909c274a
3 changed files with 3 additions and 2 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"