Fixups and adjustments to some item code.

Armors now properly sort themselves.
Powershield drains over time, for balance reasons.
Backpack no longer displays extra items text, I felt this was too verbose.
A little tease of something that's coming soon. The code is commented out until the feature is greenlit and merged.
This commit is contained in:
Marisa the Magician 2019-08-16 22:35:42 +02:00
commit a3357251fe
5 changed files with 158 additions and 37 deletions

View file

@ -7,7 +7,6 @@ I_STINGERAMMOL = "You picked up ";
I_STINGERAMMOR = " Tarydium Shards.";
I_STINGER = "You picked up the Stinger.";
I_TRANSLATOR = "You picked up the Universal Translator.";
I_BACKPACKEXTRA = "The backpack also contains: ";
I_ASMDAMMO = "You picked up an ASMD Core.";
I_ASMDAMMO2 = "You picked up a Small ASMD Core.";
I_ASMD = "You got the ASMD.";
@ -83,7 +82,6 @@ I_STINGERAMMOL = "Has recogido ";
I_STINGERAMMOR = " fragmentos de Tarydium.";
I_STINGER = "Has obtenido el Arma Aguijón.";
I_TRANSLATOR = "Has obtenido el Traductor Universal.";
I_BACKPACKEXTRA = "La mochila tambien contiene: ";
I_ASMDAMMO = "Has recogido un Núcleo de ASMD.";
I_ASMDAMMO2 = "Has recogido un Núcleo Pequeño de ASMD.";
I_ASMD = "Has obtenido el ASMD.";