Tweaked explosion radii to more reasonable scales.

Reduced spread of grenades. Increased size of rocket trail (looks a bit closer to UT now).
Increased radius of single bullet pickup, might have been too small for collision to work properly.
This commit is contained in:
Marisa the Magician 2018-05-30 22:12:49 +02:00
commit 8bfbc0e7cd
7 changed files with 13 additions and 12 deletions

View file

@ -28,7 +28,7 @@ Class RifleAmmo2 : RifleAmmo
Inventory.PickupMessage "You got a Rifle Round.";
Inventory.Amount 1;
Ammo.DropAmount 1;
Radius 1;
Radius 2;
Height 8;
}
States