changeset 292:ebf49a933e51

UltraRogue: ask about unidentified magic items by default.
author John "Elwin" Edwards
date Fri, 29 Dec 2017 14:16:24 -0500
parents 5b6855d5d089
children 9dcf3344d3fd
files urogue/state.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/urogue/state.c	Wed Dec 27 10:26:06 2017 -0500
+++ b/urogue/state.c	Fri Dec 29 14:16:24 2017 -0500
@@ -156,7 +156,7 @@
 int  jump        = TRUE;
 int  doorstop    = TRUE;
 int  firstmove   = FALSE;
-int  askme       = FALSE;
+int  askme       = TRUE;
 char whoami[2 * LINELEN];           /* Name of player  */
 char fruit[2 * LINELEN];            /* Favorite fruit  */
 char file_name[2 * LINELEN];        /* Save file name  */