Skip to content

Commit

Permalink
Update doorgunsTurnOut.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Riverman02 committed Dec 10, 2024
1 parent e8ff26d commit 297cf3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/UH60/config/turrets/doorgunsTurnOut.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MainTurret: MainTurret { //Left Doorgun
gunEnd="chamber_1";
gunnerAction = "vehicle_turnout_1";
gunnerInAction = "passenger_inside_1";
gunnerName="Left door gunner";
gunnerName="Left Door Gunner";
/* need axis set up
gunnerInAction = "Gunner_HeliTransport3_1";
gunnerLeftHandAnimName = "gunner_1_hand_l";
Expand Down Expand Up @@ -74,7 +74,7 @@ class RightDoorGun: MainTurret {
gunEnd="chamber_2"; //gunEnd=chamber of the gun
gunnerAction = "vehicle_turnout_1";
gunnerInAction = "passenger_inside_1";
gunnerName="Right door gunner";
gunnerName="Right Door Gunner";
gunnerLeftHandAnimName = "";
gunnerRightHandAnimName = "";
gunnerLeftLegAnimName = "";
Expand Down

0 comments on commit 297cf3a

Please sign in to comment.