[hellfire] Add missing enums

This commit is contained in:
Anders Jenbo 2020-01-12 09:04:30 +01:00
commit 2751ecedd2
6 changed files with 97 additions and 17 deletions

View file

@ -2726,9 +2726,9 @@ void OperateSChambBk(int pnum, int i)
textdef = QUEST_MBONER;
#ifdef HELLFIRE
} else if (plr[myplr]._pClass == PC_MONK) {
textdef = 0x103; // TODO: create and apply hellfire quest enum
textdef = QUEST_HBONER;
} else if (plr[myplr]._pClass == PC_BARD) {
textdef = 0x107; // TODO: create and apply hellfire quest enum
textdef = QUEST_BBONER;
} else if (plr[myplr]._pClass == PC_BARBARIAN) {
textdef = QUEST_BONER;
#endif