diff --git a/dist/index.js b/dist/index.js index 1b309c1..c72143a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -346,11 +346,11 @@ const TWO_PARTICIPANTS_INTERACTIONS = [ // 3 participants interacting const THREE_PARTICIPANTS_INTERACTIONS = [ // Rooftop (Raouka) - "${participant1} walked in on ${participant2} and ${participant3} doing insanely stupid stuff. joined them regardless.", + "${participant1} walked in on ${participant2} and ${participant3} doing insanely stupid stuff. ${participant1} joined them regardless.", "${participant1} found a skull. ${participant2} and ${participant3} were rattled.", "${participant1} parkoured in the woods. ${participant2} and ${participant3} followed shortly after.", "${participant1} cried. ${participant2} and ${participant3} were concerned about it.", - "${participant1} cried. ${participant2} and ${participant3} gave some space.", + "${participant1} cried. ${participant2} and ${participant3} gave ${participant1} some space.", "${participant1} cried. ${participant2} and ${participant3} laughed about it. how cruel.", "${participant1} chases after ${participant2}, who's chasing after ${participant3}. ", "${participant1} tried killing ${participant2}, but only dealt 1 damage. ${participant3} was confused about it.", diff --git a/play/src/index.ts b/play/src/index.ts index 965c226..1f959a5 100644 --- a/play/src/index.ts +++ b/play/src/index.ts @@ -389,11 +389,11 @@ const TWO_PARTICIPANTS_INTERACTIONS = [ const THREE_PARTICIPANTS_INTERACTIONS = [ // Rooftop (Raouka) - "${participant1} walked in on ${participant2} and ${participant3} doing insanely stupid stuff. joined them regardless.", + "${participant1} walked in on ${participant2} and ${participant3} doing insanely stupid stuff. ${participant1} joined them regardless.", "${participant1} found a skull. ${participant2} and ${participant3} were rattled.", "${participant1} parkoured in the woods. ${participant2} and ${participant3} followed shortly after.", "${participant1} cried. ${participant2} and ${participant3} were concerned about it.", - "${participant1} cried. ${participant2} and ${participant3} gave some space.", + "${participant1} cried. ${participant2} and ${participant3} gave ${participant1} some space.", "${participant1} cried. ${participant2} and ${participant3} laughed about it. how cruel.", "${participant1} chases after ${participant2}, who's chasing after ${participant3}. ", "${participant1} tried killing ${participant2}, but only dealt 1 damage. ${participant3} was confused about it.",