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

Merge branch 'followup' into 'pregmod-master'

Followup tweaks

See merge request pregmodfan/fc-pregmod!9756
parents 39332e4a edfab055
No related branches found
No related tags found
No related merge requests found
...@@ -48,8 +48,9 @@ App.Events.RETSBoobCollision = class RETSBoobCollision extends App.Events.BaseEv ...@@ -48,8 +48,9 @@ App.Events.RETSBoobCollision = class RETSBoobCollision extends App.Events.BaseEv
let t = []; let t = [];
t.push(`You pass by the slave quarters during a busy time. Slaves are hurrying back and forth, rushing to bathe, eat, and get dressed.`); t.push(`You pass by the slave quarters during a busy time. Slaves are hurrying back and forth, rushing to bathe, eat, and get dressed. In a particular hurry is`);
t.push(`In a particular hurry is ${contextualIntro(V.PC, eventSlave)}, ${his}`); t.push(App.UI.DOM.combineNodes(contextualIntro(V.PC, eventSlave, "DOM"), ","));
t.push(`${his}`);
if (eventSlave.belly >= 10000) { if (eventSlave.belly >= 10000) {
if (eventSlave.bellyPreg >= 8000) { if (eventSlave.bellyPreg >= 8000) {
t.push(`heavy pregnancy`); t.push(`heavy pregnancy`);
......
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