mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
Criminal status editing now uses a dropdown menu instead of text field input. (#8018)
This commit is contained in:
@@ -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+")
|
||||
|
||||
Reference in New Issue
Block a user