From a9c41d2ae04a750d698040858aace0dc673976ae Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 7 Feb 2020 23:08:15 +0200 Subject: [PATCH] YAFM when restoring a game while hallu (via xNetHack) --- src/allmain.c | 3 +++ 1 file changed, 3 insertions(+) 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.