some miscellaneous formatting and comments

Clear out some miscellaneous changes that have been sitting around
for a while.
This commit is contained in:
PatR
2024-08-27 13:59:57 -07:00
parent 0ce02a7224
commit 8085d03898
3 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ losestr(int num, const char *knam, schar k_format)
losehp(dmg, knam, k_format);
if (Upolyd) {
/* if still polymorphed, reduce you-as-monst maxHP; never below 1 */
/* when still poly'd, reduce you-as-monst maxHP; never below 1 */
u.mhmax -= min(dmg, u.mhmax - 1);
} else if (!waspolyd) {
/* not polymorphed now and didn't rehumanize when taking damage;