From b385354333bdc0ffaca757cd6c8626964d41ee4e Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Sun, 21 Jul 2024 11:13:40 -0400 Subject: [PATCH] fixed stat issue for PH and RH --- src/arguments.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arguments.cc b/src/arguments.cc index 0b2e8eb..c3f4bae 100644 --- a/src/arguments.cc +++ b/src/arguments.cc @@ -319,13 +319,13 @@ const char *ENEMIES_LIST = "\ const char *POTIONS_LIST = "\ - Restore Health (RH):\n\ - Instantly restore 5 HP.\n\n\ + Instantly restore 10 HP.\n\n\ - Boost Atk (BA):\n\ Increase ATK by 5 until exiting the level.\n\n\ - Boost Def (BD):\n\ Increase DEF by 5 until exiting the level.\n\n\ - Poison Health (PH):\n\ - Instantly deduct 5 HP.\n\n\ + Instantly lose 10 HP.\n\n\ - Wound Atk (WA):\n\ Decrease ATK by 5 until exiting the level.\n\n\ - Wound Def (BD):\n\