From 220e05d1b2d3d8d046a6bc649e60b09574896acc Mon Sep 17 00:00:00 2001 From: qndel Date: Tue, 7 Jan 2020 20:38:32 +0100 Subject: [PATCH] [hellfire] OperateSChambBk bin exact --- Source/objects.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Source/objects.cpp b/Source/objects.cpp index 2a4f37314..89b134bda 100644 --- a/Source/objects.cpp +++ b/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);