Update armedvehicles_handler.lua

This commit is contained in:
Luna 2023-12-28 18:30:31 +01:00
parent 21b7e327ae
commit 5c5fd620ca

View File

@ -237,7 +237,7 @@ function simfphys.FireBullet( data )
bullet.Src = data.shootOrigin
bullet.Dir = data.shootDirection
bullet.Spread = data.Spread
bullet.TracerName = "lvs_tracer_yellow"
bullet.TracerName = "lvs_tracer_white"
bullet.Force = (data.Force and data.Force or 1)
bullet.Damage = (data.Damage and data.Damage or 1)
bullet.HullSize = data.HullSize or 1