Merge branch 'feature/sounds' of https://github.com/NullCGT/NetHack into NullCGT-minotaurs-pr298

This commit is contained in:
nhmall
2020-02-09 20:38:22 -05:00
3 changed files with 12 additions and 2 deletions

View File

@@ -45,7 +45,8 @@
#define MS_PRIEST 36 /* ask for contribution; do cleansing */
#define MS_SPELL 37 /* spellcaster not matching any of the above */
#define MS_WERE 38 /* lycanthrope in human form */
#define MS_BOAST 39 /* giants */
#define MS_MOO 39 /* minotaurs */
#define MS_BOAST 40 /* giants */
#define MR_FIRE 0x01 /* resists fire */
#define MR_COLD 0x02 /* resists cold */