Criminal status editing now uses a dropdown menu instead of text field input. (#8018)

This commit is contained in:
mikomyazaki
2020-01-15 08:27:28 +00:00
committed by Werner
parent fb8a6bb5dd
commit 3c645aac33
4 changed files with 15 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
var/record_prefix = ""
var/typechoices = list(
"physical_status" = list("Active", "*Deceased*", "*SSD*", "Physically Unfit", "Disabled"),
"criminal_status" = list("None", "*Arrest*", "Search", "Incarcerated", "Parolled", "Released"),
"mental_status" = list("Stable", "*Insane*", "*Unstable*", "*Watch*"),
"medical" = list(
"blood_type" = list("A-", "B-", "AB-", "O-", "A+", "B+", "AB+", "O+")