Working tourniquet POC

This commit is contained in:
Pao
2023-02-06 16:25:32 +01:00
parent 9633be4fc5
commit 4092fef074
10 changed files with 53 additions and 15 deletions

View File

@@ -442,19 +442,41 @@ item ProthesisMag3
}
item Test_Tourniquet_Left
item Surgery_Left_Tourniquet
{
Weight = 1,
Type = Clothing,
DisplayCategory = Prosthesis,
DisplayName = Tourniquet Left,
ClothingItem = Test_Tourniquet_Left,
DisplayCategory = Surgery,
DisplayName = Tourniquet - Left Arm,
ClothingItem = Surgery_Left_Tourniquet,
BodyLocation = Hands,
BloodLocation = 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,
}
}