1.0.5 hotfix 1:
- Various fixes for the Combiner Patch.
This commit is contained in:
parent
db558f47e8
commit
85494e8449
5 changed files with 22 additions and 28 deletions
|
|
@ -109,7 +109,7 @@ Class UTRocket : Actor
|
|||
int ticcnt;
|
||||
Default
|
||||
{
|
||||
Obituary "$O_EIGHTBALL";
|
||||
Obituary "$O_UTROCKET";
|
||||
DamageType 'RocketDeath';
|
||||
Radius 2;
|
||||
Height 2;
|
||||
|
|
@ -477,8 +477,8 @@ Class UTRocketLauncher : UTWeapon
|
|||
|
||||
Default
|
||||
{
|
||||
Tag "$T_EIGHTBALL";
|
||||
Inventory.PickupMessage "$I_EIGHTBALL";
|
||||
Tag "$T_UTROCKET";
|
||||
Inventory.PickupMessage "$I_UTROCKET";
|
||||
Weapon.UpSound "utrl/select";
|
||||
Weapon.SlotNumber 9;
|
||||
Weapon.SelectionOrder 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue