mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Fixes cavity surgery using old organ names
This commit is contained in:
@@ -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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user