Add DONTBOUNCEONSHOOTABLES flag to various projectiles that seem to need it.
This commit is contained in:
parent
aa9c1c6ab2
commit
510a05ce36
4 changed files with 4 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ Class UTGrenade : UTRocket
|
|||
-EXPLODEONWATER;
|
||||
+CANBOUNCEWATER;
|
||||
+NOEXPLODEFLOOR;
|
||||
+DONTBOUNCEONSHOOTABLES;
|
||||
BounceType "Hexen";
|
||||
WallBounceFactor 0.75;
|
||||
BounceFactor 0.75;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue