Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Kill2Steal committed Jan 1, 2024
1 parent 95d208c commit d8d27dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. <name> 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 <name> 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.",
Expand Down
4 changes: 2 additions & 2 deletions play/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. <name> 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 <name> 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.",
Expand Down

0 comments on commit d8d27dd

Please sign in to comment.