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:
Marisa the Magician 2019-04-13 19:18:07 +02:00
commit 923970898e
984 changed files with 730 additions and 245 deletions

View file

@ -287,7 +287,7 @@ Class TranslocatorAmmo : Ammo
{
Default
{
Tag "Translocator Ammo";
Tag "$T_TRANSLOCATORAMMO";
Inventory.Amount 6;
Inventory.MaxAmount 6;
Ammo.BackpackAmount 0;
@ -413,8 +413,8 @@ Class Translocator : UTWeapon
Default
{
Tag "Translocator";
Inventory.PickupMessage "You got the Translocator Source Module.";
Tag "$T_TRANSLOCATOR";
Inventory.PickupMessage "$I_TRANSLOCATOR";
Weapon.SlotNumber 1;
Weapon.SelectionOrder 10;
+WEAPON.NO_AUTO_SWITCH;