Localization work (spanish fully covered for now).
Added some new fonts for stuff. Removal of RNG damage. Instagib DM implemented through flak_instagib cvar. Enhanced Shock Rifle spawns can be disabled in DM and replaced with UDamage. Other things will come soon.
This commit is contained in:
parent
cbb498378e
commit
923970898e
984 changed files with 730 additions and 245 deletions
|
|
@ -156,9 +156,9 @@ Class UTChainsaw : UTWeapon
|
|||
}
|
||||
Default
|
||||
{
|
||||
Tag "Chainsaw";
|
||||
Obituary "%k ripped into %o with a blood soaked Chainsaw.";
|
||||
Inventory.PickupMessage "It's been twenty five years since I've seen one of these."; // was five years in UT99
|
||||
Tag "$T_CHAINSAW";
|
||||
Obituary "$O_CHAINSAW";
|
||||
Inventory.PickupMessage "$I_CHAINSAW";
|
||||
Weapon.UpSound "chainsaw/select";
|
||||
Weapon.SlotNumber 1;
|
||||
Weapon.SelectionOrder 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue