diff --git a/media/lua/shared/translate/EN/Tooltip_EN.txt b/media/lua/shared/translate/EN/Tooltip_EN.txt
index fd8cec4..67be3ca 100644
--- a/media/lua/shared/translate/EN/Tooltip_EN.txt
+++ b/media/lua/shared/translate/EN/Tooltip_EN.txt
@@ -1,20 +1,19 @@
Tooltip_EN = {
- Tooltip_Real_surgeon_kit = "Real surgeon kit. To use on a cut limb.
Big heal dor the severed limb, reduce time to cicatrize.",
- Tooltip_Surgeon_kit = "Surgeon kit. To use on a cut limb.
Heal for the severed limb, reduce time to cicatrize.",
- Tooltip_Improvised_surgeon_kit = "Improvised surgeon kit. To use on a cut limb.
Small heal for the severed limb, reduce time to cicatrize.",
+ Tooltip_Real_surgeon_kit = "Real surgeon kit. To be used on an amputated limb
Helps healing the severed limb, reducing a lot of the time necessary to cicatrize.",
+ Tooltip_Surgeon_kit = "Surgeon kit. To be used on an amputated limb
Helps healing the severed limb, reducing some of the time necessary to cicatrize.",
+ Tooltip_Improvised_surgeon_kit = "Improvised surgeon kit. To be used on an amputated limb
Helps healing the severed limb, reducing a little the time necessary to cicatrize.",
Tooltip_equip_prothesis_hand = "Water Resistance is the time multiplier for actions
Without prosthesis, the multiplier is 2"
Tooltip_equip_prothesis_fore = "Water Resistance is the time multiplier for actions
Without prosthesis, the multiplier is 2.5"
- Tooltip_prothesis_hand = "Prosthesis for hand. You need to cicatrize to use.
It's done by having a bandage (alcohol is better) when cut, use a surgeon kit and wait."
- Tooltip_prothesis_fore = "Prosthesis for forearm. You need to cicatrize to use.
It's done by having a bandage (alcohol is better) when cut, use a surgeon kit and wait."
+ Tooltip_prosthesic_limb = "A prosthetic limb. You'll have to wait until your limb is cicatrized before installing it.
It's done by having a bandage (alcohol is better) when cut, use a surgeon kit and wait."
- Recipe_Tooltip_Wooden_hook = "Make a prothesis wooden hook.
To use on a cut hand or fore arm.
Cut arm cannot be equip."
- Recipe_Tooltip_Metal_hook = "Make a prothesis metal hook.
To use on a cut hand or fore arm.
Cut arm cannot be equip."
- Recipe_Tooltip_Metal_hand = "Make a prothesis metal hand.
To use on a cut hand or fore arm.
Cut arm cannot be equip."
+ Recipe_Tooltip_Wooden_hook = "Make a prosthesic wooden hook.
Can be used on an amputated hand or forearm.
Can't be equipped if the upper arm is amputated."
+ Recipe_Tooltip_Metal_hook = "Make a prosthesic metal hook.
Can be used on an amputated hand or forearm.
Can't be equipped if the upper arm is amputated."
+ Recipe_Tooltip_Metal_hand = "Make a prosthesic metal hand.
Can be used on an amputated hand or forearm.
Can't be equipped if the upper arm is amputated."
- Recipe_Tooltip_Real_surgeon_kit = "Make a real surgeon kit.
Big heal dor the severed limb, reduce time to cicatrize."
- Recipe_Tooltip_Surgeon_kit = "Make a surgeon kit.
Heal for the severed limb, reduce time to cicatrize."
- Recipe_Tooltip_Improvised_surgeon_kit = "Make an improvised surgeon kit.
Small heal for the severed limb, reduce time to cicatrize."
+ Recipe_Tooltip_Real_surgeon_kit = "Make a real surgeon kit.
Helps healing the severed limb, reducing a lot of the time necessary to cicatrize."
+ Recipe_Tooltip_Surgeon_kit = "Make a surgeon kit.
Helps healing the severed limb, reducing some of the time necessary to cicatrize."
+ Recipe_Tooltip_Improvised_surgeon_kit = "Make an improvised surgeon kit.
Helps healing the severed limb, reducing a little the time necessary to cicatrize."
Tooltip_SurgeonMag1 = "Learn how to make an improvised surgeon kit!"
Tooltip_SurgeonMag2 = "Learn how to make a surgeon kit!"
diff --git a/media/scripts/TOC_items.txt b/media/scripts/TOC_items.txt
index c019926..10b05a2 100644
--- a/media/scripts/TOC_items.txt
+++ b/media/scripts/TOC_items.txt
@@ -325,7 +325,7 @@ item WoodenHook
DisplayCategory = Prosthesis,
DisplayName = DisplayName_woodenHook,
Icon = woodenHook,
- Tooltip = Tooltip_prothesis_hand,
+ Tooltip = Tooltip_prosthesic_limb,
}
item MetalHook
@@ -335,7 +335,7 @@ item MetalHook
DisplayCategory = Prosthesis,
DisplayName = DisplayName_metalHook,
Icon = metalHook,
- Tooltip = Tooltip_prothesis_hand,
+ Tooltip = Tooltip_prosthesic_limb,
}
item MetalHand
@@ -345,7 +345,7 @@ item MetalHand
DisplayCategory = Prosthesis,
DisplayName = DisplayName_metalHand,
Icon = metalHand,
- Tooltip = Tooltip_prothesis_hand,
+ Tooltip = Tooltip_prosthesic_limb,
}
/**************************** Mags ****************************/