diff --git a/html/eggbug-spamclick-battle.tsx b/html/eggbug-spamclick-battle.tsx
index 2be9299..98c4551 100644
--- a/html/eggbug-spamclick-battle.tsx
+++ b/html/eggbug-spamclick-battle.tsx
@@ -60,7 +60,11 @@ const Defeated: Component = ({ last_health, max_health }) => (
eggbug is physically unharmed, emotionally destroyed
...
ok eggbug is fine now
- "re bug" to "killbug"
+ "re bug" to "killbug"
+ submit runs to{" "}
+
+ #KILLing eggbug rapidly
+
);
@@ -72,8 +76,8 @@ const DamageNumber: Component = ({ n }) => (
// or preact!
// anything with *actual typing*
style={styles({
- top: `calc(${100 * Math.random()}px + 25%)`,
- left: `calc(${100 * Math.random()}px + 35%)`,
+ top: `calc(${100 * Math.random()}px + 15%)`,
+ left: `calc(${100 * Math.random()}px + 25%)`,
// tried some exponential stuff but it was too unwieldy
// i think this still accomplishes that punch
"font-size": `calc(${n / 200} * 2rem + 0.5rem)`,