Skip to content

Commit

Permalink
YAFM when restoring a game while hallu
Browse files Browse the repository at this point in the history
(via xNetHack)
  • Loading branch information
paxed committed Feb 7, 2020
1 parent eed37c9 commit a9c41d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/allmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,9 @@ boolean new_game; /* false => restoring an old game */
return;
}

if (Hallucination)
pline("NetHack is filmed in front of a live studio audience.");

/*
* The "welcome back" message always describes your innate form
* even when polymorphed or wearing a helm of opposite alignment.
Expand Down

0 comments on commit a9c41d2

Please sign in to comment.