Renamed some stuff, working tourniquet

This commit is contained in:
ZioPao
2024-03-29 02:15:42 +01:00
parent 3a3d58e8a0
commit 883a84412b
7 changed files with 94 additions and 36 deletions

View File

@@ -44,7 +44,7 @@ function ProsthesisHandler.GetGroup(item)
end
local index = position .. side
local group = StaticData.PROSTHESES_GROUPS_IND_STR[index]
local group = StaticData.AMP_GROUPS_IND_STR[index]
return group
end