Added working tourniquet for left side
This commit is contained in:
@@ -109,3 +109,13 @@ function TocGetSawInInventory(surgeon)
|
||||
player_inv:getItemFromType("Chainsaw")
|
||||
return item
|
||||
end
|
||||
|
||||
function TocGetSideFromPartName(part_name)
|
||||
|
||||
if string.find(part_name, "Left") then
|
||||
return "Left"
|
||||
else
|
||||
return "Right"
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user