Fuck this grammar

This commit is contained in:
Tklama
2024-04-22 14:39:45 +02:00
parent 3138a7bd5c
commit 54feb8892f
3 changed files with 16 additions and 16 deletions

View File

@@ -160,7 +160,7 @@ class CfgVehicles {
animPeriod = 1;
};
class open_breach_source {
class open_breech_source {
source = "user";
initPhase = 0;
animPeriod = 1;
@@ -168,7 +168,7 @@ class CfgVehicles {
soundPosition = "konec_hlavne";
};
class close_breach_source {
class close_breech_source {
source = "user";
initPhase = 1;
animPeriod = 1;
@@ -177,7 +177,7 @@ class CfgVehicles {
};
class handle_breach_source {
class handle_breech_source {
source = "user";
initPhase = 0;
animPeriod = 1;

Binary file not shown.

View File

@@ -28,8 +28,8 @@ class CfgSkeletons
"magazine_translation_bone", "otochlaven",
"magazine", "magazine_translation_bone",
"hydraulics", "otocvez",
"breach", "barrel",
"handle_breach", "barrel"
"breech", "barrel",
"handle_breech", "barrel"
};
};
@@ -177,12 +177,12 @@ class Animations
animPeriod = 10;
};
class open_breach
class open_breech
{
type="translation";
source="open_breach_source";
selection="breach";
axis="axis_breach";
source="open_breech_source";
selection="breech";
axis="axis_breech";
minValue=0.0;
maxValue=20;
offset0 = "0.0";
@@ -190,12 +190,12 @@ class Animations
animPeriod = 10;
};
class close_breach
class close_breech
{
type="translation";
source="close_breach_source";
selection="breach";
axis="axis_breach";
source="close_breech_source";
selection="breech";
axis="axis_breech";
minValue=0.0;
maxValue=20;
offset0 = "0.0";
@@ -203,11 +203,11 @@ class Animations
animPeriod = 10;
};
class handle_breach
class handle_breech
{
type="rotation";
source="handle_breach_source";
selection="handle_breach";
source="handle_breech_source";
selection="handle_breech";
axis="axis_handle";
minValue=0.0;
maxValue=1;