Railgun: Don't draw nail for projectile

This commit is contained in:
Xylemon 2024-08-14 18:01:47 -07:00
parent 13d42fe95e
commit 73b6749546

View file

@ -40,7 +40,7 @@ entityDef tf_weapon_railgun
entityDef projectile_tfRailShot
{
"spawnclass" "NSProjectile"
"model" "models/nail.mdl"
"model" ""
"def_damage" "damage_tfRailDirect"
@ -71,7 +71,7 @@ entityDef projectile_tfRailShot
entityDef projectile_tfRailChargedShot
{
"spawnclass" "NSProjectile"
"model" "models/nail.mdl"
"model" ""
"def_damage" "damage_tfRailChargeDirect"
"def_splash_damage" "damage_tfTailChargedSplash"