Clean up shareware endgame speach
This commit is contained in:
parent
913546ba92
commit
f8a8684471
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue