Adjustments.

This commit is contained in:
Marisa the Magician 2019-09-10 19:49:05 +02:00
commit 2587d6c505
14 changed files with 275 additions and 59 deletions

View file

@ -33,8 +33,10 @@ O_FLAMETHROWER = "%o was thoroughly roasted by %k's Flamethrower.";
O_BIGGUN = "%k blew a hole through %o with the Demolisher.";
O_SMINI = "%o got blasted into steaming chunks by %k's Autocannon.";
O_SENTRY = "%%o shouldn't have walked into the sights of %s.";
O_ROGUESENTRY = "%o was gunned down by a Minigun Sentry.";
O_OWNSENTRY = "%o was gunned down by %p own Minigun Sentry.";
O_OSENTRY = "%%o took a bullet from %s.";
O_ROGUEOSENTRY = "%o took a bullet from a Light Sentry.";
O_OWNOSENTRY = "%o took a bullet from %p own Light Sentry.";
O_STINGERX = "%o ate flaming Tarydium death thanks to %k.";
O_STINGERX2 = "%o ate flaming Tarydium death.";
@ -230,7 +232,7 @@ STING_PSHIELD = "Power Shield does not drain over time";
STING_NOPSTART = "Players don't start up with an Automag";
STING_OLSMP = "Enable SMP 7243 from Oldskool Amp'd";
STING_MSENTRY = "Enable new Minigun Sentry";
STING_DUBIOUS = "Disable weapons of dubious origin (Demolisher, Razorclaw)";
STING_DUBIOUS = "Enable Demolisher, Razorclaw and Autocannon";
STING_QOPTS = "Convenience features";
STING_AUTOSCUBA = "Automatic SCUBA Gear toggling";
STING_MCREDS = "Unreal Credits";
@ -277,8 +279,10 @@ O_FLAMETHROWER = "%o fue asad@[ao_esp] a conciencia por el Lanzallamas de %k.";
O_BIGGUN = "%k abrió un hoyo a través de %o con el Demoledor.";
O_SMINI = "%o fue reventad@[ao_esp] en pedazos humeantes por el Autocañón de %k.";
O_SENTRY = "%%o no debería haberse metido en el punto de mira de la %s.";
O_ROGUESENTRY = "%o fue abatid@[ao_esp] por una Torreta.";
O_OWNSENTRY = "%o fue abatid@[ao_esp] por su propi@[ao_esp] Torreta.";
O_OSENTRY = "%%o se llevó un tiro de la %s.";
O_ROGUEOSENTRY = "%o se llevó un tiro de una Torreta Ligera.";
O_OWNOSENTRY = "%o se llevó un tiro de su propi@[ao_esp] Torreta Ligera.";
O_STINGERX = "%o tragó muerte ardiente de Tarydium gracias a %k.";
O_STINGERX2 = "%o tragó muerte ardiente de Tarydium.";
@ -455,6 +459,8 @@ STING_DPISTOL = "El fuego alternativo de la Pistola de Dispersión no es mejorad
STING_PSHIELD = "El Escudo de Fuerza no pierde carga con el tiempo";
STING_NOPSTART = "Los jugadores no empiezan la partida con un Automag";
STING_OLSMP = "Habilitar SMP 7243 de Oldskool Amp'd";
STING_MSENTRY = "Habilitar nueva Torreta";
STING_DUBIOUS = "Habilitar Demoledor, Garra y Autocañón";
STING_QOPTS = "Características de comodidad";
STING_AUTOSCUBA = "Uso automático de Kit de Buceo";
STING_MCREDS = "Créditos de Unreal";