From: Pasi Kallinen Date: Fri, 7 Feb 2020 21:08:15 +0000 (+0200) Subject: YAFM when restoring a game while hallu X-Git-Tag: NetHack-3.7.0_WIP-2020-02-14~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9c41d2ae04a750d698040858aace0dc673976ae;p=nethack YAFM when restoring a game while hallu (via xNetHack) --- diff --git a/src/allmain.c b/src/allmain.c index 22faeabd7..f22b97703 100644 --- a/src/allmain.c +++ b/src/allmain.c @@ -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.