Merge branch 'master' into modular_prosthetics

This commit is contained in:
Pao
2023-02-06 20:35:34 +01:00
33 changed files with 360 additions and 724 deletions

View File

@@ -441,6 +441,44 @@ item ProthesisMag3
Tooltip = Tooltip_ProthesisMag2,
}
item Surgery_Left_Tourniquet
{
Weight = 1,
Type = Clothing,
DisplayCategory = Surgery,
DisplayName = Tourniquet - Left Arm,
ClothingItem = Surgery_Left_Tourniquet,
BodyLocation = Hands,
Icon = tourniquet,
BloodLocation = Hands,
ClothingItemExtra = Surgery_Right_Tourniquet,
ClothingItemExtraOption = TourniquetRightSwitch,
clothingExtraSubmenu = TourniquetLeftSwitch,
Tooltip = Test,
CanHaveHoles = false,
}
item Surgery_Right_Tourniquet
{
Weight = 1,
Type = Clothing,
DisplayCategory = Surgery,
DisplayName = Tourniquet - Right Arm,
ClothingItem = Surgery_Right_Tourniquet,
BodyLocation = Hands,
Icon = tourniquet,
BloodLocation = Hands,
ClothingItemExtra = Surgery_Left_Tourniquet,
ClothingItemExtraOption = TourniquetLeftSwitch,
clothingExtraSubmenu = TourniquetRightSwitch,
Tooltip = Test,
CanHaveHoles = false,
}
item Amputation_Left_Foot
{
Weight = 1,
@@ -456,4 +494,7 @@ item Amputation_Left_Foot
}
}
}