diff --git a/code/modules/surgery/implant.dm b/code/modules/surgery/implant.dm index df394fcd433..f660061ccc9 100644 --- a/code/modules/surgery/implant.dm +++ b/code/modules/surgery/implant.dm @@ -16,9 +16,9 @@ switch (affected.name) if ("head") return 1 - if ("chest") + if ("upper body") return 3 - if ("groin") + if ("lower body") return 2 return 0 @@ -26,9 +26,9 @@ switch (affected.name) if ("head") return "cranial" - if ("chest") + if ("upper body") return "thoracic" - if ("groin") + if ("lower body") return "abdominal" return ""