Starting refactoring data stuff... help me

This commit is contained in:
Pao
2023-01-18 00:33:56 +01:00
parent e8944d93c8
commit e6313cbfb9
3 changed files with 121 additions and 3 deletions

View File

@@ -3,6 +3,17 @@ function GetBodyParts()
return bodyparts
end
-- TODO Find a better name
function GetProsthesisLisHumanReadable()
return {"WoodenHook", "MetalHook", "MetalHand"}
end
function GetProsthesisList()
return {"TOC.WoodenHook", "TOC.MetalHook", "TOC.MetalHand"}