Added some descriptions to the oven operation

This commit is contained in:
ZioPao
2023-11-11 04:15:25 +01:00
parent e8269899b0
commit 78942d2e78
4 changed files with 37 additions and 12 deletions

View File

@@ -2,6 +2,7 @@ ContextMenu_EN = {
ContextMenu_Amputate = "Amputate",
ContextMenu_Cauterize = "Cauterize",
ContextMenu_Cauterize_TempTooLow_tooltip = "Temperature too low",
ContextMenu_Limb_Hand_L = "Left Hand",
ContextMenu_Limb_ForeArm_L = "Left forearm",

View File

@@ -0,0 +1,3 @@
Tooltip_EN = {
Tooltip_Surgery_TempTooLow = "Turn on the oven and wait for it to heat up before cauterizing your wound.",
}