some miscellaneous formatting and comments
Clear out some miscellaneous changes that have been sitting around for a while.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user