fix github issue #321 - 'Mine Town' vs 'Minetown'
Change achievement spelling to match T-shirt spelling: Minetown. Fixes #321
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.7 insight.c $NHDT-Date: 1586267147 2020/04/07 13:45:47 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.13 $ */
|
||||
/* NetHack 3.7 insight.c $NHDT-Date: 1586375531 2020/04/08 19:52:11 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.14 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -1933,7 +1933,7 @@ int final; /* used "behind the curtain" by enl_foo() macros */
|
||||
you_have_X("entered the Gnomish Mines");
|
||||
break;
|
||||
case ACH_TOWN:
|
||||
you_have_X("entered Mine Town");
|
||||
you_have_X("entered Minetown");
|
||||
break;
|
||||
case ACH_SHOP:
|
||||
you_have_X("entered a shop");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 shknam.c $NHDT-Date: 1454485432 2016/02/03 07:43:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.41 $ */
|
||||
/* NetHack 3.6 shknam.c $NHDT-Date: 1586375496 2020/04/08 19:51:36 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.52 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Robert Patrick Rankin, 2011. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -513,7 +513,7 @@ const char *const *nlp;
|
||||
/* We want variation from game to game, without needing the save
|
||||
and restore support which would be necessary for randomization;
|
||||
try not to make too many assumptions about time_t's internals;
|
||||
use ledger_no rather than depth to keep mine town distinct. */
|
||||
use ledger_no rather than depth to keep minetown distinct. */
|
||||
int nseed = (int) ((long) ubirthday / 257L);
|
||||
|
||||
name_wanted = ledger_no(&u.uz) + (nseed % 13) - (nseed % 5);
|
||||
|
||||
Reference in New Issue
Block a user