1.0.5 hotfix 1:
- Various fixes for the Combined Patch. - Some safeguards for force field and sentries so they don't bug the hell out if receiving crushing or ice damage.
This commit is contained in:
parent
826485d4a3
commit
b8ab28175a
14 changed files with 111 additions and 56 deletions
|
|
@ -109,6 +109,7 @@ I_HEALTH = "You picked up a Health Pack.";
|
|||
I_BANDAGES = "You got some Bandages.";
|
||||
I_FRUIT = "You ate some Nali Healing Fruit.";
|
||||
I_SHEALTH = "You picked up the Super Health Pack.";
|
||||
I_SEARCHLIGHT = "You picked up the Searchlight.";
|
||||
I_FLASHLIGHT = "You picked up a Flashlight.";
|
||||
I_DETECTOR = "You got the Motion Detector.";
|
||||
I_SCUBA = "You picked up the SCUBA Gear.";
|
||||
|
|
@ -175,6 +176,7 @@ T_HEALTH = "Health Pack";
|
|||
T_BANDAGES = "Bandages";
|
||||
T_FRUIT = "Nali Healing Fruit";
|
||||
T_SHEALTH = "Super Health Pack";
|
||||
T_SEARCHLIGHT = "Searchlight";
|
||||
T_FLASHLIGHT = "Flashlight";
|
||||
T_LFLARES = "Light Flare";
|
||||
T_DFLARES = "Darkness Flare";
|
||||
|
|
@ -373,6 +375,7 @@ I_HEALTH = "Has recogido un Paquete de Salud.";
|
|||
I_BANDAGES = "Has obtenido unos Vendajes.";
|
||||
I_FRUIT = "Comiste una Fruta de Salud Nali.";
|
||||
I_SHEALTH = "Has recogido el Paquete de Supersalud.";
|
||||
I_SEARCHLIGHT = "Has recogido el Faro.";
|
||||
I_FLASHLIGHT = "Has recogido una Linterna.";
|
||||
I_DETECTOR = "Has obtenido el Detector de Movimiento.";
|
||||
I_SCUBA = "Has recogido el Kit de Buceo.";
|
||||
|
|
@ -435,6 +438,7 @@ T_HEALTH = "Paquete de salud";
|
|||
T_BANDAGES = "Vendajes";
|
||||
T_FRUIT = "Fruta de Salud Nali";
|
||||
T_SHEALTH = "paquete de Supersalud";
|
||||
T_SEARCHLIGHT = "Faro";
|
||||
T_FLASHLIGHT = "Linterna";
|
||||
T_LFLARES = "Bengala Luminosa";
|
||||
T_DFLARES = "Bengala Oscura";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue