Skip to content

Commit ea424fa

Browse files
balancing
hyperbonk and cpu buffs killed all the easiness of this game
1 parent f248363 commit ea424fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ let stronk = new Move("Stronkify", 0, "user", 0.2, 0, "stronk");
221221
let belittle = new Move("Belittle", 0, "enemy", -0.15, 0, "belittle");
222222
let tickle = new Move("Tickle", 10, "enemy", -0.1, 0, "tickle");
223223
let lick = new Move("Lick Wounds", 0, "$D", 0, 30, "lick");
224-
let hyperbonk = new Move("HYPERBONK", 50, "$D", 0, -30, "hyperbonk")
224+
let hyperbonk = new Move("HYPERBONK", 50, "$D", 0, -40, "hyperbonk")
225225
// Kalob was a special child. He belittled people so they could not lick their wounds using a baseball bat to bonk them
226226
document.addEventListener("keydown", debug)
227-
setupAi()
227+
setupAi()

0 commit comments

Comments
 (0)