Skip to content

Commit

Permalink
Updated live updater scrit
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToLose committed Jul 23, 2024
1 parent 2c1f336 commit 9637ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liveupdater/tpptime_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $(` <input type="button" value="Trade"> `).appendTo(btnbox).click(() => {
textarea.value += "**Traded Sword's Cascoon for Shield's Silcoon!** "
});
$(` <input type="button" value="Center heal"> `).appendTo(btnbox).click(() => {
textarea.value += "We enter the Poké Center and **heal.** "
textarea.value += "We head to a Poké Center and **heal.** "
});
$(` <input type="button" value="Going dark"> `).appendTo(btnbox).click(() => {
textarea.value += "[Meta] The live updater is going dark. Check [#run-feed](https://discord.com/channels/927292379436814406/942158888311078944) on the Discord server for continued updates."
Expand Down

0 comments on commit 9637ca9

Please sign in to comment.