Skip to content

Commit d7b8ef5

Browse files
tiny change
Yeah
1 parent 458f7fe commit d7b8ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>Enemy HP: <span id="enemy-hp">140</span></h2>
1616
<div id="actions">
1717
<button id="button-1" onclick="bonk.useMove('player')" disabled="true">Bonk</button>
1818
<button id="button-2" onclick="stronkify.useMove('player')" disabled="true">Stronkify</button>
19-
<button id="button-3" onclick="belittle.useMove('player')" disabled="true">Belittle haha vocab word</button>
19+
<button id="button-3" onclick="belittle.useMove('player')" disabled="true">Belittle</button>
2020
<button id="button-4" onclick="tickle.useMove('player')" disabled="true">Tickle</button>
2121
</div>
2222
<br>
@@ -46,4 +46,4 @@ <h2>Enemy HP: <span id="enemy-hp">140</span></h2>
4646
</div>
4747
<p>You can make your own custom difficulty by changing the URL</p>
4848
<p>Change boost value for enemy attack multiplier and hp value for enemy HP</p>
49-
</body>
49+
</body>

0 commit comments

Comments
 (0)