Skip to content

Commit

Permalink
changing some verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
deilann committed Oct 1, 2023
1 parent 9f3c954 commit 70921f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k-graphing/kApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function play(node) {
details.innerHTML = `When are you going to let ${wins[Math.floor(Math.random() * wins.length)]} retire?`
}
} else {
autonomy.innerHTML = `You shouldn't have chosen ${weapons_info[node]['name']}. Its ${weapons_info[node]['weakness']} nature was quickly exploited by your opponent ${weapons_info[selector]['attack']['prespart']} you until they achieved one ${weapons_info[selector]['strength']} victory.`
autonomy.innerHTML = `You shouldn't have chosen ${weapons_info[node]['name']}. That choice comes is too ${weapons_info[node]['weakness']} which can be exploited by your opponent ${weapons_info[selector]['attack']['prespart']} you until they achieve their ${weapons_info[selector]['strength']} victory.`
losses.push(weapons_info[node]['name'])
if (losses.length % 5 === 0) {
details.innerHTML = `Do you think ${losses[Math.floor(Math.random() * losses.length)]} still has hope?`
Expand Down

0 comments on commit 70921f9

Please sign in to comment.