Implemented Tourniquet functionality for amputations

This commit is contained in:
ZioPao
2024-04-30 17:09:18 +02:00
parent c4529d0890
commit bd8e4d6c86
5 changed files with 43 additions and 45 deletions

View File

@@ -15,7 +15,7 @@ module TOC
ClothingItemExtra = Surg_Arm_Tourniquet_R,
ClothingItemExtraOption = PutTourniquetArmRight,
clothingExtraSubmenu = PutTourniquetArmLeft,
BodyLocation = HandsLeft,
BodyLocation = TOC_ArmAccessory,
BloodLocation = UpperArms;UpperBody,
Weight = 1,
@@ -34,7 +34,7 @@ module TOC
ClothingItemExtra = Surg_Arm_Tourniquet_L,
ClothingItemExtraOption = PutTourniquetArmLeft,
clothingExtraSubmenu = PutTourniquetArmRight,
BodyLocation = HandsRight,
BodyLocation = TOC_ArmAccessory,
BloodLocation = UpperArms;UpperBody,
Weight = 1,