Browse Source

[hellfire] OperateSChambBk bin exact

pull/876/head
qndel 6 years ago committed by Anders Jenbo
parent
commit
220e05d1b2
  1. 8
      Source/objects.cpp

8
Source/objects.cpp

@ -2669,6 +2669,14 @@ void OperateSChambBk(int pnum, int i)
textdef = QUEST_RBONER;
} else if (plr[myplr]._pClass == PC_SORCERER) {
textdef = QUEST_MBONER;
#ifdef HELLFIRE
} else if (plr[myplr]._pClass == PC_MONK) {
textdef = 0x103; // TODO: create and apply hellfire quest enum
} else if (plr[myplr]._pClass == PC_BARD) {
textdef = 0x107; // TODO: create and apply hellfire quest enum
} else if (plr[myplr]._pClass == PC_BARBARIAN) {
textdef = QUEST_BONER;
#endif
}
quests[QTYPE_BONE]._qmsg = textdef;
InitQTextMsg(textdef);

Loading…
Cancel
Save