Accessibility: showdamage option
Add a new boolean option showdamage, if on, outputs a message like "[HP -2, 14 left]" - several variants have something similar, but I chose the message based on how eSpeak said it, while keeping it short.
This commit is contained in:
@@ -1109,6 +1109,7 @@ extern void end_running(boolean);
|
||||
extern void nomul(int);
|
||||
extern void unmul(const char *);
|
||||
extern int saving_grace(int);
|
||||
extern void showdamage(int);
|
||||
extern void losehp(int, const char *, schar) ;
|
||||
extern int weight_cap(void);
|
||||
extern int inv_weight(void);
|
||||
|
||||
Reference in New Issue
Block a user