mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Fix for #7204.
This commit is contained in:
@@ -377,6 +377,8 @@
|
|||||||
src.active1.fields["p_stat"] = "Physically Unfit"
|
src.active1.fields["p_stat"] = "Physically Unfit"
|
||||||
if("disabled")
|
if("disabled")
|
||||||
src.active1.fields["p_stat"] = "Disabled"
|
src.active1.fields["p_stat"] = "Disabled"
|
||||||
|
if(PDA_Manifest.len)
|
||||||
|
PDA_Manifest.Cut()
|
||||||
|
|
||||||
if (href_list["m_stat"])
|
if (href_list["m_stat"])
|
||||||
if (src.active1)
|
if (src.active1)
|
||||||
@@ -525,4 +527,4 @@
|
|||||||
src.printing = null
|
src.printing = null
|
||||||
|
|
||||||
interact()
|
interact()
|
||||||
return
|
return
|
||||||
@@ -594,6 +594,8 @@ What a mess.*/
|
|||||||
R.fields["criminal"] = pick("None", "*Arrest*", "Incarcerated", "Parolled", "Released")
|
R.fields["criminal"] = pick("None", "*Arrest*", "Incarcerated", "Parolled", "Released")
|
||||||
if(5)
|
if(5)
|
||||||
R.fields["p_stat"] = pick("*Unconcious*", "Active", "Physically Unfit")
|
R.fields["p_stat"] = pick("*Unconcious*", "Active", "Physically Unfit")
|
||||||
|
if(PDA_Manifest.len)
|
||||||
|
PDA_Manifest.Cut()
|
||||||
if(6)
|
if(6)
|
||||||
R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable")
|
R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable")
|
||||||
continue
|
continue
|
||||||
@@ -606,4 +608,4 @@ What a mess.*/
|
|||||||
|
|
||||||
/obj/machinery/computer3/secure_data/detective_computer
|
/obj/machinery/computer3/secure_data/detective_computer
|
||||||
icon = 'icons/obj/computer.dmi'
|
icon = 'icons/obj/computer.dmi'
|
||||||
icon_state = "messyfiles"
|
icon_state = "messyfiles"
|
||||||
@@ -367,6 +367,8 @@
|
|||||||
src.active1.fields["p_stat"] = "Physically Unfit"
|
src.active1.fields["p_stat"] = "Physically Unfit"
|
||||||
if("disabled")
|
if("disabled")
|
||||||
src.active1.fields["p_stat"] = "Disabled"
|
src.active1.fields["p_stat"] = "Disabled"
|
||||||
|
if(PDA_Manifest.len)
|
||||||
|
PDA_Manifest.Cut()
|
||||||
|
|
||||||
if (href_list["m_stat"])
|
if (href_list["m_stat"])
|
||||||
if (src.active1)
|
if (src.active1)
|
||||||
@@ -536,6 +538,8 @@
|
|||||||
R.fields["b_type"] = pick("A-", "B-", "AB-", "O-", "A+", "B+", "AB+", "O+")
|
R.fields["b_type"] = pick("A-", "B-", "AB-", "O-", "A+", "B+", "AB+", "O+")
|
||||||
if(5)
|
if(5)
|
||||||
R.fields["p_stat"] = pick("*SSD*", "Active", "Physically Unfit", "Disabled")
|
R.fields["p_stat"] = pick("*SSD*", "Active", "Physically Unfit", "Disabled")
|
||||||
|
if(PDA_Manifest.len)
|
||||||
|
PDA_Manifest.Cut()
|
||||||
if(6)
|
if(6)
|
||||||
R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable")
|
R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable")
|
||||||
continue
|
continue
|
||||||
@@ -550,4 +554,4 @@
|
|||||||
/obj/machinery/computer/med_data/laptop
|
/obj/machinery/computer/med_data/laptop
|
||||||
name = "Medical Laptop"
|
name = "Medical Laptop"
|
||||||
desc = "Cheap Nanotrasen Laptop."
|
desc = "Cheap Nanotrasen Laptop."
|
||||||
icon_state = "medlaptop"
|
icon_state = "medlaptop"
|
||||||
@@ -601,6 +601,8 @@ What a mess.*/
|
|||||||
R.fields["criminal"] = pick("None", "*Arrest*", "Incarcerated", "Parolled", "Released")
|
R.fields["criminal"] = pick("None", "*Arrest*", "Incarcerated", "Parolled", "Released")
|
||||||
if(5)
|
if(5)
|
||||||
R.fields["p_stat"] = pick("*Unconcious*", "Active", "Physically Unfit")
|
R.fields["p_stat"] = pick("*Unconcious*", "Active", "Physically Unfit")
|
||||||
|
if(PDA_Manifest.len)
|
||||||
|
PDA_Manifest.Cut()
|
||||||
if(6)
|
if(6)
|
||||||
R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable")
|
R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable")
|
||||||
continue
|
continue
|
||||||
@@ -613,4 +615,4 @@ What a mess.*/
|
|||||||
|
|
||||||
/obj/machinery/computer/secure_data/detective_computer
|
/obj/machinery/computer/secure_data/detective_computer
|
||||||
icon = 'icons/obj/computer.dmi'
|
icon = 'icons/obj/computer.dmi'
|
||||||
icon_state = "messyfiles"
|
icon_state = "messyfiles"
|
||||||
@@ -404,6 +404,8 @@ What a mess.*/
|
|||||||
R.fields["criminal"] = pick("None", "*Arrest*", "Incarcerated", "Parolled", "Released")
|
R.fields["criminal"] = pick("None", "*Arrest*", "Incarcerated", "Parolled", "Released")
|
||||||
if(5)
|
if(5)
|
||||||
R.fields["p_stat"] = pick("*Unconcious*", "Active", "Physically Unfit")
|
R.fields["p_stat"] = pick("*Unconcious*", "Active", "Physically Unfit")
|
||||||
|
if(PDA_Manifest.len)
|
||||||
|
PDA_Manifest.Cut()
|
||||||
if(6)
|
if(6)
|
||||||
R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable")
|
R.fields["m_stat"] = pick("*Insane*", "*Unstable*", "*Watch*", "Stable")
|
||||||
continue
|
continue
|
||||||
@@ -412,4 +414,4 @@ What a mess.*/
|
|||||||
del(R)
|
del(R)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
..(severity)
|
..(severity)
|
||||||
Reference in New Issue
Block a user