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
|
|
@ -206,9 +206,9 @@ Class ImpactHammer : UTWeapon
|
|||
|
||||
Default
|
||||
{
|
||||
Tag "Impact Hammer";
|
||||
Obituary "%o was smeared by %k's piston.";
|
||||
Inventory.PickupMessage "You got the Impact Hammer.";
|
||||
Tag "$T_IMPACTHAMMER";
|
||||
Obituary "$O_IMPACTHAMMER";
|
||||
Inventory.PickupMessage "$I_IMPACTHAMMER";
|
||||
Weapon.UpSound "impact/select";
|
||||
Weapon.SlotNumber 1;
|
||||
Weapon.SelectionOrder 9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue