Clean up shareware endgame speach

This commit is contained in:
Anders Jenbo 2021-06-06 04:32:31 +02:00
commit f8a8684471

View file

@ -832,7 +832,7 @@ void CheckTriggers()
case WM_DIABNEXTLVL:
if (gbIsSpawn && currlevel >= 2) {
NetSendCmdLoc(myplr, true, CMD_WALKXY, { myPlayer.position.tile.x, myPlayer.position.tile.y + 1 });
PlaySFX(PS_WARR18);
myPlayer.Say(HeroSpeech::NotAChance);
InitDiabloMsg(EMSG_NOT_IN_SHAREWARE);
} else {
StartNewLvl(myplr, trigs[i]._tmsg, currlevel + 1);