Merge Maxwell's branch

This commit is contained in:
Marco Cawthorne 2023-09-27 14:09:32 -07:00
commit 8bf7e5a221
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,6 @@ entityDef projectile_arrow
"model" "models/crossbow_bolt.mdl"
"velocity" "2000 0 0"
"angular_velocity" "0 0 20"
"smoke_fly" "weapon_crossbow.trail"
"mins" "0 0 0"
"maxs" "0 0 0"
"def_damage" "damage_arrowDirect"
@ -39,6 +38,7 @@ entityDef damage_arrowDirect
entityDef projectile_arrowExplosive
{
"inherit" "projectile_arrow"
"smoke_fly" "weapon_crossbow.trail"
"def_damage" ""
"def_splash_damage" "damage_arrowSplash"
"model_detonate" "fx_explosion.main"