X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=main.c;h=f3626d8a58118e8234e3ab818f59cde4317d5022;hp=59240e017048a1901b5e8bbb218ee1b136fad596;hb=HEAD;hpb=5b5f1f3eee71701d67c3ac4cc032c574423a5197 diff --git a/main.c b/main.c index 59240e0..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", whoami, dnum); + printf("Hello %s, welcome to cavern #%d\n", whoami, dnum); else - printf("Hello %s, just a moment while I dig the dungeon...", whoami); + printf("Hello %s, just a moment while I create the cavern...\n", whoami); fflush(stdout); seed = dnum; init_player(); /* Roll up the rogue */