Tutorial: hunger and eating food

Reset hunger when exiting the tutorial.
Add an optional second parameter to lua pline, forcing a more-prompt.
This commit is contained in:
Pasi Kallinen
2023-03-18 13:57:24 +02:00
parent 633487849b
commit 2a7be0b050
3 changed files with 20 additions and 2 deletions

View File

@@ -331,10 +331,12 @@ Example:
=== pline
Show the text in the message area.
Second parameter is an optional boolean; if true, force a `--more--` prompt.
Example:
nh.pline("Message text to show.");
nh.pline("Waiting for user.", true);
=== pushkey