X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=main.c;h=f3626d8a58118e8234e3ab818f59cde4317d5022;hp=7e27bd3707f995d522977833ff6162348b05513e;hb=a5ae529c042443657bd548d52084c3350edcf49e;hpb=e72b287ac5cdb287c541bdc052d13823afe4930d diff --git a/main.c b/main.c index 7e27bd3..f3626d8 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,7 @@ /* * @(#)main.c 3.27 (Berkeley) 6/15/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. * @@ -88,9 +88,9 @@ char **envp; atoi(getenv("SEED")) : lowtime + getpid()); if (wizard) - printf("Hello %s, welcome to dungeon #%d\n", whoami, dnum); + printf("Hello %s, welcome to cavern #%d\n", whoami, dnum); else - printf("Hello %s, just a moment while I dig the dungeon...\n", whoami); + printf("Hello %s, just a moment while I create the cavern...\n", whoami); fflush(stdout); seed = dnum; init_player(); /* Roll up the rogue */