X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=newlevel.c;fp=newlevel.c;h=71cb7520030c9936763419765066bf4b3739a271;hp=3f20c216da18c68cb213e108b1746a3ef154028b;hb=a5ae529c042443657bd548d52084c3350edcf49e;hpb=e72b287ac5cdb287c541bdc052d13823afe4930d diff --git a/newlevel.c b/newlevel.c index 3f20c21..71cb752 100644 --- a/newlevel.c +++ b/newlevel.c @@ -4,7 +4,7 @@ * * @(#)new_level.c 3.7 (Berkeley) 6/2/81 * - * Rogue: Exploring the Dungeons of Doom + * Rogue: Exploring the Cavern of Cuties * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * @@ -120,7 +120,7 @@ put_things() free_list(lvl_obj); /* * Once you have found the amulet, the only way to get new stuff is - * go down into the dungeon. + * go down into the cavern. */ if (amulet && level < max_level) return; @@ -147,7 +147,7 @@ put_things() cur->o_pos = tp; } /* - * If he is really deep in the dungeon and he hasn't found the + * If he is really deep in the cavern and he hasn't found the * amulet yet, put it somewhere on the ground */ if (level > 25 && !amulet)