Adds "*Missing*" as a possible physical status in medical records (#15174)

This commit is contained in:
Spud2
2022-11-28 18:26:33 +00:00
committed by GitHub
parent 840f67e311
commit b7a5027cc0
3 changed files with 11 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
var/default_screen = "general"
var/record_prefix = ""
var/typechoices = list(
"physical_status" = list("Active", "*Deceased*", "*SSD*", "Physically Unfit", "Disabled"),
"physical_status" = list("Active", "*Deceased*", "*SSD*", "*Missing*", "Physically Unfit", "Disabled"),
"criminal_status" = list("None", "*Arrest*", "Search", "Incarcerated", "Parolled", "Released"),
"mental_status" = list("Stable", "*Insane*", "*Unstable*", "*Watch*"),
"medical" = list(