mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user