[hellfire] Add missing enums

This commit is contained in:
Anders Jenbo
2020-01-12 18:04:40 +01:00
parent bfb4fef87e
commit 2751ecedd2
6 changed files with 97 additions and 17 deletions
+2 -2
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