diff --git a/include/flag.h b/include/flag.h index 81680cd70..c94ae1549 100644 --- a/include/flag.h +++ b/include/flag.h @@ -20,7 +20,8 @@ struct flag { boolean autodig; /* MRKR: Automatically dig */ boolean autoquiver; /* Automatically fill quiver */ boolean autoopen; /* open doors by walking into them */ - boolean autounlock; /* automatically apply unlocking tools */ + boolean autounlock; /* automatically apply unlocking tools */ + boolean beginner; /* True early in each game; affects feedback */ boolean biff; /* enable checking for mail */ boolean bones; /* allow saving/loading bones */ boolean confirm; /* confirm before hitting tame monsters */