sanity_check: current hero health better than max
Changes to setuhpmax() a couple of days ago to deal with sanity_check for "current hero health as monster better than maximum" ended up triggering sanity_check about "current hero health better than maximum" when gaining experience level(s) while polymorphed.
This commit is contained in:
@@ -202,7 +202,7 @@ extern void vary_init_attr(void);
|
||||
extern void adjabil(int, int);
|
||||
extern int newhp(void);
|
||||
extern int minuhpmax(int);
|
||||
extern void setuhpmax(int);
|
||||
extern void setuhpmax(int, boolean);
|
||||
extern int adjuhploss(int, int);
|
||||
extern schar acurr(int);
|
||||
extern schar acurrstr(void);
|
||||
|
||||
Reference in New Issue
Block a user