updating scripts.txt

This commit is contained in:
Pao
2023-03-02 20:07:48 +01:00
parent f75b80583a
commit 711f20d4eb
6 changed files with 736 additions and 151 deletions

View File

@@ -43,7 +43,6 @@ function JCIO_CutLimbAction:stop()
--print("Stopping ISCutLimb")
-- Handles sound
if self.sawSound and self.sawSound ~= 0 and self.surgeon:getEmitter():isPlaying(self.sawSound) then
self.surgeon:getEmitter():stopSound(self.sawSound)
end

View File

@@ -10,7 +10,8 @@ Tooltip_EN = {
Tooltip_ProstheticKnife = "Prost Knife test",
Recipe_Tooltip_AssembleProsthesis = "Make a prosthetic limb",
Recipe_Tooltip_DisassembleProsthesis = "Disassemble a prosthetic limb",
Recipe_Tooltip_Wooden_hook = "Make a prosthesic wooden hook.<br>Can be used on an amputated hand or forearm.<br>Can't be equipped if the upper arm is amputated.",