Skip to content
Snippets Groups Projects
Commit ad52bd83 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'clinic-rapid-gestation' into 'pregmod-master'

Fix reversed gestation option in Clinic (again)

See merge request !9814
parents 136bcc75 6553e44b
No related branches found
No related tags found
No related merge requests found
...@@ -187,12 +187,12 @@ App.Facilities.Clinic.clinic = class extends App.Facilities.Facility { ...@@ -187,12 +187,12 @@ App.Facilities.Clinic.clinic = class extends App.Facilities.Facility {
], ],
options: [ options: [
{ {
get text() { return `It's exceedingly dangerous to speed up gestation without constant supervision. In ${V.clinicName}, ${S.Nurse.slaveName} will monitor slaves on rapid gestation agents; making sure the growing patients' food demands are met, monitoring their skin and womb and, if need be, perform an emergency c-section should the need arise.`; }, get text() { return `${capFirstChar(V.clinicName)} is currently not applying rapid gestation agents to pregnant patients. Only individually selected slaves will undergo this procedure.`; },
link: `Limit rapid gestation agents to selected slaves only`, link: `Limit rapid gestation agents to selected slaves only`,
value: 0, value: 0,
}, },
{ {
get text() { return `${capFirstChar(V.clinicName)} is currently not applying rapid gestation agents to pregnant patients. Only individually selected slaves will undergo this procedure.`; }, get text() { return `It's exceedingly dangerous to speed up gestation without constant supervision. In ${V.clinicName}, ${S.Nurse.slaveName} will monitor slaves on rapid gestation agents; making sure the growing patients' food demands are met, monitoring their skin and womb and, if need be, perform an emergency c-section should the need arise.`; },
link: `Speed up gestation for all pregnant patients`, link: `Speed up gestation for all pregnant patients`,
value: 1, value: 1,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment