]> granicus.if.org Git - nethack/commitdiff
dungeon tidbit
authornethack.rankin <nethack.rankin>
Sun, 19 Mar 2006 06:48:47 +0000 (06:48 +0000)
committernethack.rankin <nethack.rankin>
Sun, 19 Mar 2006 06:48:47 +0000 (06:48 +0000)
     Nothing actually uses the s_level.flags.rogue_like flag, but since the
dungeon compiler is prepared to handle it we might as well have it do so.

dat/dungeon.def

index 7fb375fc254468ebc33bd8a74ba4af435a474efd..b4c6a12d70530623037d4c5700f6e5511f555cdd 100644 (file)
@@ -1,4 +1,4 @@
-#      SCCS Id: @(#)dungeon.def        3.5     1996/03/10
+#      SCCS Id: @(#)dungeon.def        3.5     2006/03/18
 #      Copyright (c) 1990-95 by M. Stephenson
 # NetHack may be freely redistributed.  See license for details.
 #
@@ -18,6 +18,7 @@ DUNGEON:      "The Dungeons of Doom" "D" (25, 5)
 ALIGNMENT:     unaligned
 BRANCH:                "The Gnomish Mines" @ (2, 3)
 %REINCARNATION LEVEL:          "rogue" "R" @ (15, 4)
+%REINCARNATION LEVELDESC:      roguelike
 LEVEL:         "oracle" "O" @ (5, 5)
 LEVALIGN:      neutral
 CHAINBRANCH:   "Sokoban" "oracle" + (1, 0) up
@@ -78,7 +79,7 @@ RNDLEVEL:     "minend" "E" @ (-1, 0) 3
 #      The Questdungeon
 #
 #      This is a proto-dungeon.  The level file names will be prepended with
-#      the first letter of the character name during initialization.
+#      three letter role abbreviation during initialization, replacing "x".
 #      A special "x-fill" level must be defined in the levels description
 #      file.  It will be used for all levels not defined explicitly below.
 #