Skip to content

Commit e5df60f

Browse files
committed
Fix edge case lua error in human behaviours
1 parent 03420a6 commit e5df60f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Base.rte/AI/HumanBehaviors.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,6 +2128,7 @@ function HumanBehaviors.GetProjectileData(Owner)
21282128
PrjDat.vel = 100;
21292129
PrjDat.rng = math.huge;
21302130
PrjDat.pen = math.huge;
2131+
PrjData.blast = 0;
21312132
else
21322133
-- find muzzle velocity
21332134
PrjDat.vel = Weapon:GetAIFireVel();

0 commit comments

Comments
 (0)