Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnewland authored Jul 7, 2024
1 parent 9fb377f commit bcad4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function generateSimplePrompt() {
const character = getRandomElement(characters);
const twist = getRandomElement(twists);
return {
prompt: `The party ${goal} ${location} ${obstacle}, aided by ${character}. ${twist}`,
prompt: `The party ${goal} ${location} ${obstacle}, aided by ${character} ${twist} .`,
cards: { character, goal, location, obstacle, twist }
};
}
Expand Down

0 comments on commit bcad4ab

Please sign in to comment.