Merge branch 'master' into modular_prosthetics
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user