Sniper rifle added, bullet impact mesh added. Only the RL remains.

Headshots added/tweaked, and made compatible with the future announcer add-on.
This commit is contained in:
Marisa the Magician 2018-05-29 21:14:06 +02:00
commit e6420e16be
22 changed files with 318 additions and 28 deletions

View file

@ -176,7 +176,9 @@ Class RandomSpawner2 : RandomSpawner
Class UTWeapon : Weapon
{
// Drawstuffs under HUD
virtual ui void PreRender() {}
// Drawstuffs over HUD
virtual ui void PostRender() {}
override Inventory CreateTossable( int amt )