Bubbus / ACF-Missiles

Racked munitions for ACF
MIT License
24 stars 13 forks source link

GLATGM is ricocheting #118

Open noth1ng1996 opened 5 years ago

noth1ng1996 commented 5 years ago

Function ENT:Detonate() does not sets "DetonatorAngle" key in BulletData table. The fix is adding btdat["DetonatorAngle"] = self.BulletData.DetonatorAngle after btdat["Ricochet"] = self.BulletData.Ricochet in function ENT:Detonate() in \lua\entities\acf_glatgm\init.lua

PolySteam commented 5 years ago

Thank you very much, wasn't aware that it was a property of HEAT. I'll add it.