From c8b403f9f09c6a02db6cee702f0f3d7e1dbe6fb3 Mon Sep 17 00:00:00 2001 From: Raatty Date: Sun, 26 Aug 2018 11:14:25 +1200 Subject: [PATCH] fixed the hp percent --- drpg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drpg.py b/drpg.py index 91d5879..be9473a 100644 --- a/drpg.py +++ b/drpg.py @@ -49,7 +49,7 @@ class drpg: if message.content.startswith('```diff\n!========['): try: usr, hp = read_adv(message.content) - if hp <= 50: + if hp <= 20: usr = message.server.get_member_named(usr) msg = f"❤️ **Heal up!** {usr.mention} you only have "\ f"{hp:.2f}% HP left."