[hellfire] Add missing enums
This commit is contained in:
parent
bfb4fef87e
commit
2751ecedd2
6 changed files with 97 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue