mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
Adds "Suspected" to available sec record tags (#65339)
add: A new intermediate tag for sec huds called "Suspected"
This commit is contained in:
@@ -248,7 +248,7 @@
|
||||
to_chat(usr, span_warning("ERROR: Unable to locate data core entry for target."))
|
||||
return
|
||||
if(href_list["status"])
|
||||
var/setcriminal = input(usr, "Specify a new criminal status for this person.", "Security HUD", R.fields["criminal"]) in list("None", "*Arrest*", "Incarcerated", "Paroled", "Discharged", "Cancel")
|
||||
var/setcriminal = input(usr, "Specify a new criminal status for this person.", "Security HUD", R.fields["criminal"]) in list("None", "*Arrest*", "Incarcerated", "Suspected", "Paroled", "Discharged", "Cancel")
|
||||
if(setcriminal != "Cancel")
|
||||
if(!R)
|
||||
return
|
||||
@@ -445,6 +445,8 @@
|
||||
threatcount += 5
|
||||
if("Incarcerated")
|
||||
threatcount += 2
|
||||
if("Suspected")
|
||||
threatcount += 2
|
||||
if("Paroled")
|
||||
threatcount += 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user