Rename the dungeons.
[rogue-pphs.git] / newlevel.c
index 3f20c21..71cb752 100644 (file)
@@ -4,7 +4,7 @@
  *\r
  * @(#)new_level.c     3.7 (Berkeley) 6/2/81\r
  *\r
- * Rogue: Exploring the Dungeons of Doom\r
+ * Rogue: Exploring the Cavern of Cuties\r
  * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman\r
  * All rights reserved.\r
  *\r
@@ -120,7 +120,7 @@ put_things()
     free_list(lvl_obj);\r
     /*\r
      * Once you have found the amulet, the only way to get new stuff is\r
-     * go down into the dungeon.\r
+     * go down into the cavern.\r
      */\r
     if (amulet && level < max_level)\r
        return;\r
@@ -147,7 +147,7 @@ put_things()
            cur->o_pos = tp;\r
        }\r
     /*\r
-     * If he is really deep in the dungeon and he hasn't found the\r
+     * If he is really deep in the cavern and he hasn't found the\r
      * amulet yet, put it somewhere on the ground\r
      */\r
     if (level > 25 && !amulet)\r