Tutorial level

Add a tutorial level to teach commands to new players.
Very much a WIP.

Breaks save and bones compat.
This commit is contained in:
Pasi Kallinen
2023-03-01 14:00:29 +02:00
parent 7aead98a49
commit fc7a32b86e
38 changed files with 646 additions and 27 deletions
+1 -1
View File
@@ -1141,7 +1141,7 @@ makemon(
fakemon = cg.zeromonst;
cc.x = cc.y = 0;
if (iflags.debug_mongen)
if (iflags.debug_mongen || (!gl.level.flags.rndmongen && !ptr))
return (struct monst *) 0;
/* if caller wants random location, do it here */