fixed stat issue for PH and RH

This commit is contained in:
2024-07-21 11:13:40 -04:00
parent e176872c05
commit b385354333

View File

@ -319,13 +319,13 @@ const char *ENEMIES_LIST = "\
const char *POTIONS_LIST = "\ const char *POTIONS_LIST = "\
- Restore Health (RH):\n\ - Restore Health (RH):\n\
Instantly restore 5 HP.\n\n\ Instantly restore 10 HP.\n\n\
- Boost Atk (BA):\n\ - Boost Atk (BA):\n\
Increase ATK by 5 until exiting the level.\n\n\ Increase ATK by 5 until exiting the level.\n\n\
- Boost Def (BD):\n\ - Boost Def (BD):\n\
Increase DEF by 5 until exiting the level.\n\n\ Increase DEF by 5 until exiting the level.\n\n\
- Poison Health (PH):\n\ - Poison Health (PH):\n\
Instantly deduct 5 HP.\n\n\ Instantly lose 10 HP.\n\n\
- Wound Atk (WA):\n\ - Wound Atk (WA):\n\
Decrease ATK by 5 until exiting the level.\n\n\ Decrease ATK by 5 until exiting the level.\n\n\
- Wound Def (BD):\n\ - Wound Def (BD):\n\