From ce1cc24e04c89bc56a3e9cecfc51773ca855c9b1 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 22 Oct 2020 17:57:51 +0200 Subject: [PATCH] [hellfire] S_HealerEnter --- Source/stores.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Source/stores.cpp b/Source/stores.cpp index 9ec53887f..1846531e2 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -2586,6 +2586,14 @@ void S_HealerEnter() gossipend = TEXT_PEPIN11; StartStore(STORE_GOSSIP); break; +#ifdef HELLFIRE + case 14: + StartStore(STORE_HBUY); + break; + case 16: + stextflag = STORE_NONE; + break; +#else case 14: if (plr[myplr]._pHitPoints != plr[myplr]._pMaxHP) PlaySFX(IS_CAST8); @@ -2599,6 +2607,7 @@ void S_HealerEnter() case 18: stextflag = STORE_NONE; break; +#endif } }