Tips and option to disable them

Adds a more general way to handle gameplay tips, and adds
a boolean option "tips", which can be used to disable all
tips.  Adds a helpful longer message when the game goes
into the "farlook" mode.

Also adds a lua binding to easily show multi-line text
in a menu window.

Breaks save compat.
This commit is contained in:
Pasi Kallinen
2023-02-19 15:44:29 +02:00
parent 80842979aa
commit 5d659cf1f6
16 changed files with 131 additions and 16 deletions

View File

@@ -4957,6 +4957,9 @@ screen. (Applies to ``tty'' and ``curses'' interfaces only; ``X11'' interface a
uses a timer-based delay. The default is on if configured into the
program.) Persistent.
%.lp
\item[\ib{tips}]
Show some helpful tips during gameplay (default on). Persistent.
%.lp
\item[\ib{tombstone}]
Draw a tombstone graphic upon your death (default on). Persistent.
%.lp