Blood and cleaning on amputated limbs

This commit is contained in:
Pao
2023-01-17 13:55:14 +01:00
parent 64c2010a60
commit 0d840baeff
12 changed files with 197 additions and 5 deletions

View File

@@ -28,4 +28,16 @@ DisplayName_EN = {
ItemName_TOC.ProthesisMag1 = "Prothesis magazine for dummies",
ItemName_TOC.ProthesisMag2 = "Prothesis magazine for experienced",
ItemName_TOC.ProthesisMag3 = "Prothesis magazine for experts",
ItemName_TOC.ArmLeft_noHand = "Amputated left hand",
ItemName_TOC.ArmLeft_noForearm = "Amputated left forearm",
ItemName_TOC.ArmLeft_noArm = "Amputated entire left arm",
ItemName_TOC.ArmRight_noHand = "Amputated left hand",
ItemName_TOC.ArmRight_noForearm = "Amputated left forearm",
ItemName_TOC.ArmRight_noArm = "Amputated entire left arm",
}

View File

@@ -23,4 +23,7 @@ Tooltip_EN = {
Tooltip_ProthesisMag1 = "Learn how to make a wooden hook!"
Tooltip_ProthesisMag2 = "Learn how to make a metal hook!"
Tooltip_ProthesisMag3 = "Learn how to make a metal hand!"
}