ref: 0817dee42ca7482db81a8eb66413e77ad903888f
parent: e9494770894c0504a21e1e130ef51f1d97accaf8
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Mon Jan 24 16:57:55 EST 2022
Fix heading
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -701,7 +701,7 @@
```
-## Return and Frustration deal no damage when the user's happiness is low or high, respectively
+### Return and Frustration deal no damage when the user's happiness is low or high, respectively
This happens because the user's happiness (or 255 − happiness for Frustration) is multiplied by 10 and divided by 25, which rounds down to zero when the happiness is 0–2 (or 253–255 for Frustration).