Skip to content

Commit

Permalink
stupid vowels
Browse files Browse the repository at this point in the history
  • Loading branch information
deilann committed Oct 1, 2023
1 parent 70921f9 commit 47de6b8
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 @@ -124,7 +124,7 @@ function play(node) {
makeDudButton(node)
makeDudButton(selector)
if (!k.makeDiff(node, selector)) {
autonomy.innerHTML = `... ${weapons_info[node]['name']} and ${weapons_info[node]['name']} ... more like a ${weapons_info[node]['strength']} and ${weapons_info[node]['weakness']} Spiderman meme.`
autonomy.innerHTML = `... ${weapons_info[node]['name']} and ${weapons_info[node]['name']} ... more like one ${weapons_info[node]['strength']} and ${weapons_info[node]['weakness']} Spiderman meme.`
ties.push(weapons_info[node]['name'])
if (ties.length % 5 === 0) {
details.innerHTML = `Has ${ties[Math.floor(Math.random() * ties.length)]} ever managed to make any impact?`
Expand Down

0 comments on commit 47de6b8

Please sign in to comment.