From 06ddacd604523ccc79594f642a86c068f07bc3af Mon Sep 17 00:00:00 2001 From: DigiDuncan Date: Sun, 26 Nov 2023 23:29:17 -0500 Subject: [PATCH] comments --- sizebot/lib/quake.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sizebot/lib/quake.py b/sizebot/lib/quake.py index e64d3669..45bce98b 100644 --- a/sizebot/lib/quake.py +++ b/sizebot/lib/quake.py @@ -37,9 +37,9 @@ def mag_to_name(mag: float) -> str: return "great" elif mag < 10: # 9 - 10 return "extreme" - elif mag < 13: # 10 - 13 + elif mag < 13: # 10 - 13 [at this point I'm making s*** up] return "unprecedented" - elif mag < 21: # 13 - 21 + elif mag < 21: # 13 - 21 [I did do research tho, I didn't just pull this out of my butt] return "apocalyptic" elif mag < 22: # 21 - 23 return "earth-cracking"