Browse Source

Clean up shareware endgame speach

pull/2134/head
Anders Jenbo 5 years ago
parent
commit
f8a8684471
  1. 2
      Source/trigs.cpp

2
Source/trigs.cpp

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

Loading…
Cancel
Save