-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix implicit dependency between medical damage and medical engine * move stringtable * valve pls fix Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
- Loading branch information
1 parent
83cbec7
commit 039af66
Showing
5 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
QEGVAR(medical,enableVehicleCrashes), | ||
"CHECKBOX", | ||
[LSTRING(EnableVehicleCrashes_DisplayName), LSTRING(EnableVehicleCrashes_Description)], | ||
ELSTRING(medical,Category), | ||
true, | ||
true | ||
] call CBA_fnc_addSetting; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project name="ACE"> | ||
<Package name="Medical_Engine"> | ||
<Key ID="STR_ACE_Medical_Engine_EnableVehicleCrashes_DisplayName"> | ||
<English>Enable Vehicle Crash Damage</English> | ||
<Russian>Включить урон при аварии в транспортном средстве.</Russian> | ||
<Spanish>Activar daño por accidente de vehículo</Spanish> | ||
<French>Blessures de collision (véhicules)</French> | ||
</Key> | ||
<Key ID="STR_ACE_Medical_Engine_EnableVehicleCrashes_Description"> | ||
<English>Controls whether crew receives damage from vehicle collisions.</English> | ||
<Russian>Контролирует, получает ли экипаж урон от столкновения транспортного средства.</Russian> | ||
<Spanish>Controla si la tripulación recibe daño debido a colisiones en vehículo.</Spanish> | ||
<French>Définit si les passagers à bord des véhicules peuvent être blessés en cas d'accident.</French> | ||
</Key> | ||
</Package> | ||
</Project> |