]> granicus.if.org Git - nethack/commitdiff
YAFM when restoring a game while hallu
authorPasi Kallinen <paxed@alt.org>
Fri, 7 Feb 2020 21:08:15 +0000 (23:08 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 7 Feb 2020 21:08:18 +0000 (23:08 +0200)
(via xNetHack)

src/allmain.c

index 22faeabd70c4e613b5f605e15827bafe6717fe4b..f22b97703831775cf30c5ce1c78968cb59fa8553 100644 (file)
@@ -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.