Browse Source

[hellfire] S_HealerEnter

pull/898/head
Anders Jenbo 5 years ago
parent
commit
ce1cc24e04
  1. 9
      Source/stores.cpp

9
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
}
}

Loading…
Cancel
Save