Perks handling

This commit is contained in:
ZioPao
2023-11-09 11:15:04 +01:00
parent 9095d11f41
commit 99ce9bacda
6 changed files with 82 additions and 27 deletions

View File

@@ -0,0 +1,4 @@
ContextMenu_EN = {
ContextMenu_Amputate = "Amputate",
}

View File

@@ -0,0 +1,9 @@
IG_UI_EN = {
IGUI_perks_Amputations = "Amputations",
IGUI_perks_Hand_R = "Right Hand",
IGUI_perks_Hand_L = "Left Hand",
IGUI_perks_Prosthesis = "Prosthesis",
IGUI_perks_ProstFamiliarity= "Familiarity",
}

View File

@@ -0,0 +1,2 @@
UI_EN = {
}