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:
parent
1b95d4219b
commit
e6420e16be
22 changed files with 318 additions and 28 deletions
|
|
@ -36,6 +36,26 @@ Class UTRocketAmmo2 : UTRocketAmmo
|
|||
}
|
||||
}
|
||||
|
||||
Class UTRocket : Actor
|
||||
{
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
RCKT B 1;
|
||||
Wait;
|
||||
}
|
||||
}
|
||||
|
||||
Class UTGrenade : Actor
|
||||
{
|
||||
States
|
||||
{
|
||||
Spawn:
|
||||
RCKT A 1;
|
||||
Wait;
|
||||
}
|
||||
}
|
||||
|
||||
Class UTRocketLauncher : UTWeapon
|
||||
{
|
||||
int loaded;
|
||||
|
|
@ -43,6 +63,7 @@ Class UTRocketLauncher : UTWeapon
|
|||
Default
|
||||
{
|
||||
Tag "Rocket Launcher";
|
||||
//Obituary "%o was smacked down by %k's Rocket Launcher.";
|
||||
Inventory.PickupMessage "You got the Rocket Launcher.";
|
||||
Weapon.UpSound "utrl/select";
|
||||
Weapon.SlotNumber 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue