sentence spacing
Use two spaces between sentences. This only fixes the instances of one-space that were fairly easy to find.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 apply.c $NHDT-Date: 1526769961 2018/05/19 22:46:01 $ $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.246 $ */
|
||||
/* NetHack 3.6 apply.c $NHDT-Date: 1542765339 2018/11/21 01:55:39 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.254 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Robert Patrick Rankin, 2012. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -116,7 +116,7 @@ struct obj *obj;
|
||||
if (!ublindf) {
|
||||
old = u.ucreamed;
|
||||
u.ucreamed += rn1(10, 3);
|
||||
pline("Yecch! Your %s %s gunk on it!", body_part(FACE),
|
||||
pline("Yecch! Your %s %s gunk on it!", body_part(FACE),
|
||||
(old ? "has more" : "now has"));
|
||||
make_blinded(Blinded + (long) u.ucreamed - old, TRUE);
|
||||
} else {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 dig.c $NHDT-Date: 1517913682 2018/02/06 10:41:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.108 $ */
|
||||
/* NetHack 3.6 dig.c $NHDT-Date: 1542765354 2018/11/21 01:55:54 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.115 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Michael Allison, 2012. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -811,7 +811,7 @@ coord *cc;
|
||||
* digging makes a hole, but the boulder immediately
|
||||
* fills it. Final outcome: no hole, no boulder.
|
||||
*/
|
||||
pline("KADOOM! The boulder falls in!");
|
||||
pline("KADOOM! The boulder falls in!");
|
||||
(void) delfloortrap(ttmp);
|
||||
}
|
||||
delobj(boulder_here);
|
||||
|
||||
4
src/do.c
4
src/do.c
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 do.c $NHDT-Date: 1472809073 2016/09/02 09:37:53 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.158 $ */
|
||||
/* NetHack 3.6 do.c $NHDT-Date: 1542765356 2018/11/21 01:55:56 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.174 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Derek S. Ray, 2015. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -1063,7 +1063,7 @@ doup()
|
||||
if (ledger_no(&u.uz) == 1) {
|
||||
if (iflags.debug_fuzzer)
|
||||
return 0;
|
||||
if (yn("Beware, there will be no return! Still climb?") != 'y')
|
||||
if (yn("Beware, there will be no return! Still climb?") != 'y')
|
||||
return 0;
|
||||
}
|
||||
if (!next_to_u()) {
|
||||
|
||||
30
src/eat.c
30
src/eat.c
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 eat.c $NHDT-Date: 1540596900 2018/10/26 23:35:00 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.193 $ */
|
||||
/* NetHack 3.6 eat.c $NHDT-Date: 1542765357 2018/11/21 01:55:57 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.197 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Robert Patrick Rankin, 2012. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -1085,7 +1085,7 @@ int pm;
|
||||
case PM_MASTER_MIND_FLAYER:
|
||||
if (ABASE(A_INT) < ATTRMAX(A_INT)) {
|
||||
if (!rn2(2)) {
|
||||
pline("Yum! That was real brain food!");
|
||||
pline("Yum! That was real brain food!");
|
||||
(void) adjattrib(A_INT, 1, FALSE);
|
||||
break; /* don't give them telepathy, too */
|
||||
}
|
||||
@@ -1802,7 +1802,7 @@ struct obj *otmp;
|
||||
if (carnivorous(youmonst.data) && !humanoid(youmonst.data))
|
||||
pline("That tripe ration was surprisingly good!");
|
||||
else if (maybe_polyd(is_orc(youmonst.data), Race_if(PM_ORC)))
|
||||
pline(Hallucination ? "Tastes great! Less filling!"
|
||||
pline(Hallucination ? "Tastes great! Less filling!"
|
||||
: "Mmm, tripe... not bad!");
|
||||
else {
|
||||
pline("Yak - dog food!");
|
||||
@@ -2336,7 +2336,7 @@ struct obj *otmp;
|
||||
*/
|
||||
if (cadaver && mnum != PM_ACID_BLOB && rotted > 5L && !Sick_resistance) {
|
||||
/* Tainted meat */
|
||||
Sprintf(buf, "%s like %s could be tainted! %s", foodsmell, it_or_they,
|
||||
Sprintf(buf, "%s like %s could be tainted! %s", foodsmell, it_or_they,
|
||||
eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
@@ -2344,7 +2344,7 @@ struct obj *otmp;
|
||||
return 2;
|
||||
}
|
||||
if (stoneorslime) {
|
||||
Sprintf(buf, "%s like %s could be something very dangerous! %s",
|
||||
Sprintf(buf, "%s like %s could be something very dangerous! %s",
|
||||
foodsmell, it_or_they, eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
@@ -2353,7 +2353,7 @@ struct obj *otmp;
|
||||
}
|
||||
if (otmp->orotten || (cadaver && rotted > 3L)) {
|
||||
/* Rotten */
|
||||
Sprintf(buf, "%s like %s could be rotten! %s", foodsmell, it_or_they,
|
||||
Sprintf(buf, "%s like %s could be rotten! %s", foodsmell, it_or_they,
|
||||
eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
@@ -2362,7 +2362,7 @@ struct obj *otmp;
|
||||
}
|
||||
if (cadaver && poisonous(&mons[mnum]) && !Poison_resistance) {
|
||||
/* poisonous */
|
||||
Sprintf(buf, "%s like %s might be poisonous! %s", foodsmell,
|
||||
Sprintf(buf, "%s like %s might be poisonous! %s", foodsmell,
|
||||
it_or_they, eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
@@ -2371,20 +2371,20 @@ struct obj *otmp;
|
||||
}
|
||||
if (otmp->otyp == APPLE && otmp->cursed && !Sleep_resistance) {
|
||||
/* causes sleep, for long enough to be dangerous */
|
||||
Sprintf(buf, "%s like %s might have been poisoned. %s", foodsmell,
|
||||
Sprintf(buf, "%s like %s might have been poisoned. %s", foodsmell,
|
||||
it_or_they, eat_it_anyway);
|
||||
return (yn_function(buf, ynchars, 'n') == 'n') ? 1 : 2;
|
||||
}
|
||||
if (cadaver && !vegetarian(&mons[mnum]) && !u.uconduct.unvegetarian
|
||||
&& Role_if(PM_MONK)) {
|
||||
Sprintf(buf, "%s unhealthy. %s", foodsmell, eat_it_anyway);
|
||||
Sprintf(buf, "%s unhealthy. %s", foodsmell, eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
else
|
||||
return 2;
|
||||
}
|
||||
if (cadaver && acidic(&mons[mnum]) && !Acid_resistance) {
|
||||
Sprintf(buf, "%s rather acidic. %s", foodsmell, eat_it_anyway);
|
||||
Sprintf(buf, "%s rather acidic. %s", foodsmell, eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
else
|
||||
@@ -2392,7 +2392,7 @@ struct obj *otmp;
|
||||
}
|
||||
if (Upolyd && u.umonnum == PM_RUST_MONSTER && is_metallic(otmp)
|
||||
&& otmp->oerodeproof) {
|
||||
Sprintf(buf, "%s disgusting to you right now. %s", foodsmell,
|
||||
Sprintf(buf, "%s disgusting to you right now. %s", foodsmell,
|
||||
eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
@@ -2407,7 +2407,7 @@ struct obj *otmp;
|
||||
&& ((material == LEATHER || material == BONE
|
||||
|| material == DRAGON_HIDE || material == WAX)
|
||||
|| (cadaver && !vegan(&mons[mnum])))) {
|
||||
Sprintf(buf, "%s foul and unfamiliar to you. %s", foodsmell,
|
||||
Sprintf(buf, "%s foul and unfamiliar to you. %s", foodsmell,
|
||||
eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
@@ -2418,7 +2418,7 @@ struct obj *otmp;
|
||||
&& ((material == LEATHER || material == BONE
|
||||
|| material == DRAGON_HIDE)
|
||||
|| (cadaver && !vegetarian(&mons[mnum])))) {
|
||||
Sprintf(buf, "%s unfamiliar to you. %s", foodsmell, eat_it_anyway);
|
||||
Sprintf(buf, "%s unfamiliar to you. %s", foodsmell, eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
else
|
||||
@@ -2427,8 +2427,8 @@ struct obj *otmp;
|
||||
|
||||
if (cadaver && mnum != PM_ACID_BLOB && rotted > 5L && Sick_resistance) {
|
||||
/* Tainted meat with Sick_resistance */
|
||||
Sprintf(buf, "%s like %s could be tainted! %s", foodsmell, it_or_they,
|
||||
eat_it_anyway);
|
||||
Sprintf(buf, "%s like %s could be tainted! %s",
|
||||
foodsmell, it_or_they, eat_it_anyway);
|
||||
if (yn_function(buf, ynchars, 'n') == 'n')
|
||||
return 1;
|
||||
else
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 files.c $NHDT-Date: 1541719971 2018/11/08 23:32:51 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.242 $ */
|
||||
/* NetHack 3.6 files.c $NHDT-Date: 1542765358 2018/11/21 01:55:58 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.243 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Derek S. Ray, 2015. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -1692,7 +1692,7 @@ int retryct;
|
||||
#ifdef USE_FCNTL
|
||||
lockfd = open(filename, O_RDWR);
|
||||
if (lockfd == -1) {
|
||||
HUP raw_printf("Cannot open file %s. Is NetHack installed correctly?",
|
||||
HUP raw_printf("Cannot open file %s. Is NetHack installed correctly?",
|
||||
filename);
|
||||
nesting--;
|
||||
return FALSE;
|
||||
@@ -1717,8 +1717,8 @@ int retryct;
|
||||
#ifdef USE_FCNTL
|
||||
if (retryct--) {
|
||||
HUP raw_printf(
|
||||
"Waiting for release of fcntl lock on %s. (%d retries left).",
|
||||
filename, retryct);
|
||||
"Waiting for release of fcntl lock on %s. (%d retries left.)",
|
||||
filename, retryct);
|
||||
sleep(1);
|
||||
} else {
|
||||
HUP(void) raw_print("I give up. Sorry.");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 mail.c $NHDT-Date: 1519070343 2018/02/19 19:59:03 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.31 $ */
|
||||
/* NetHack 3.6 mail.c $NHDT-Date: 1542765359 2018/11/21 01:55:59 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.37 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Pasi Kallinen, 2018. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -468,7 +468,7 @@ struct obj *otmp UNUSED;
|
||||
"Please find enclosed a small token to represent your Owlbear",
|
||||
"**FR33 P0T10N 0F FULL H34L1NG**",
|
||||
"Please return to sender (Asmodeus)",
|
||||
"Buy a potion of gain level for only $19.99! Guaranteed to be blessed!",
|
||||
"Buy a potion of gain level for only $19.99! Guaranteed to be blessed!",
|
||||
"Invitation: Visit the NetHack web site at http://www.nethack.org!"
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 mthrowu.c $NHDT-Date: 1514152830 2017/12/24 22:00:30 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.73 $ */
|
||||
/* NetHack 3.6 mthrowu.c $NHDT-Date: 1542765360 2018/11/21 01:56:00 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.78 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Pasi Kallinen, 2016. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -356,12 +356,12 @@ boolean verbose; /* give message(s) even when you can't see what happened */
|
||||
mtmp->msleeping = 0;
|
||||
if (vis) {
|
||||
if (otmp->otyp == EGG)
|
||||
pline("Splat! %s is hit with %s egg!", Monnam(mtmp),
|
||||
pline("Splat! %s is hit with %s egg!", Monnam(mtmp),
|
||||
otmp->known ? an(mons[otmp->corpsenm].mname) : "an");
|
||||
else
|
||||
hit(distant_name(otmp, mshot_xname), mtmp, exclam(damage));
|
||||
} else if (verbose && !target)
|
||||
pline("%s%s is hit%s", (otmp->otyp == EGG) ? "Splat! " : "",
|
||||
pline("%s%s is hit%s", (otmp->otyp == EGG) ? "Splat! " : "",
|
||||
Monnam(mtmp), exclam(damage));
|
||||
|
||||
if (otmp->opoisoned && is_poisonable(otmp)) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 music.c $NHDT-Date: 1517877381 2018/02/06 00:36:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.47 $ */
|
||||
/* NetHack 3.6 music.c $NHDT-Date: 1542765361 2018/11/21 01:56:01 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.56 $ */
|
||||
/* Copyright (c) 1989 by Jean-Christophe Collet */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -328,7 +328,7 @@ int force;
|
||||
|
||||
if ((otmp = sobj_at(BOULDER, x, y)) != 0) {
|
||||
if (cansee(x, y))
|
||||
pline("KADOOM! The boulder falls into a chasm%s!",
|
||||
pline("KADOOM! The boulder falls into a chasm%s!",
|
||||
(x == u.ux && y == u.uy) ? " below you"
|
||||
: "");
|
||||
if (mtmp)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 region.c $NHDT-Date: 1496087244 2017/05/29 19:47:24 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.40 $ */
|
||||
/* NetHack 3.6 region.c $NHDT-Date: 1542765361 2018/11/21 01:56:01 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.42 $ */
|
||||
/* Copyright (c) 1996 by Jean-Christophe Collet */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -857,7 +857,7 @@ genericptr_t p2;
|
||||
|
||||
if (p2 == (genericptr_t) 0) { /* That means the player */
|
||||
if (!Blind)
|
||||
You("bump into %s. Ouch!",
|
||||
You("bump into %s. Ouch!",
|
||||
Hallucination ? "an invisible tree"
|
||||
: "some kind of invisible wall");
|
||||
else
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 sounds.c $NHDT-Date: 1452992329 2016/01/17 00:58:49 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.78 $ */
|
||||
/* NetHack 3.6 sounds.c $NHDT-Date: 1542765362 2018/11/21 01:56:02 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.81 $ */
|
||||
/* Copyright (c) 1989 Janet Walz, Mike Threepoint */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -601,7 +601,7 @@ register struct monst *mtmp;
|
||||
else if (youmonst.data == &mons[PM_SILVER_DRAGON]
|
||||
|| youmonst.data == &mons[PM_BABY_SILVER_DRAGON]) {
|
||||
/* Silver dragons are silver in color, not made of silver */
|
||||
Sprintf(verbuf, "%s! Your silver sheen does not frighten me!",
|
||||
Sprintf(verbuf, "%s! Your silver sheen does not frighten me!",
|
||||
youmonst.data == &mons[PM_SILVER_DRAGON]
|
||||
? "Fool"
|
||||
: "Young Fool");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 spell.c $NHDT-Date: 1508479722 2017/10/20 06:08:42 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.84 $ */
|
||||
/* NetHack 3.6 spell.c $NHDT-Date: 1542765363 2018/11/21 01:56:03 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.87 $ */
|
||||
/* Copyright (c) M. Stephenson 1988 */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -1230,7 +1230,7 @@ throwspell()
|
||||
struct monst *mtmp;
|
||||
|
||||
if (u.uinwater) {
|
||||
pline("You're joking! In this weather?");
|
||||
pline("You're joking! In this weather?");
|
||||
return 0;
|
||||
} else if (Is_waterlevel(&u.uz)) {
|
||||
You("had better wait for the sun to come out.");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 steed.c $NHDT-Date: 1541806894 2018/11/09 23:41:34 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.54 $ */
|
||||
/* NetHack 3.6 steed.c $NHDT-Date: 1542765364 2018/11/21 01:56:04 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.57 $ */
|
||||
/* Copyright (c) Kevin Hugo, 1998-1999. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -529,7 +529,7 @@ int reason; /* Player was thrown off etc. */
|
||||
return;
|
||||
}
|
||||
if (!have_spot) {
|
||||
You("can't. There isn't anywhere for you to stand.");
|
||||
You("can't. There isn't anywhere for you to stand.");
|
||||
return;
|
||||
}
|
||||
if (!has_mname(mtmp)) {
|
||||
|
||||
10
src/trap.c
10
src/trap.c
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 trap.c $NHDT-Date: 1524312044 2018/04/21 12:00:44 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.290 $ */
|
||||
/* NetHack 3.6 trap.c $NHDT-Date: 1542765365 2018/11/21 01:56:05 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.303 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Robert Patrick Rankin, 2013. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -1523,7 +1523,7 @@ unsigned trflags;
|
||||
int style = ROLL | (trap->tseen ? LAUNCH_KNOWN : 0);
|
||||
|
||||
feeltrap(trap);
|
||||
pline("Click! You trigger a rolling boulder trap!");
|
||||
pline("Click! You trigger a rolling boulder trap!");
|
||||
if (!launch_obj(BOULDER, trap->launch.x, trap->launch.y,
|
||||
trap->launch2.x, trap->launch2.y, style)) {
|
||||
deltrap(trap);
|
||||
@@ -2673,7 +2673,7 @@ register struct monst *mtmp;
|
||||
|
||||
newsym(mtmp->mx, mtmp->my);
|
||||
if (in_sight)
|
||||
pline("Click! %s triggers %s.", Monnam(mtmp),
|
||||
pline("Click! %s triggers %s.", Monnam(mtmp),
|
||||
trap->tseen ? "a rolling boulder trap" : something);
|
||||
if (launch_obj(BOULDER, trap->launch.x, trap->launch.y,
|
||||
trap->launch2.x, trap->launch2.y, style)) {
|
||||
@@ -4064,7 +4064,7 @@ boolean force_failure;
|
||||
|
||||
if (ttmp2) {
|
||||
pline_The(
|
||||
"webbing sticks to you. You're caught too!");
|
||||
"webbing sticks to you. You're caught too!");
|
||||
dotrap(ttmp2, NOWEBMSG);
|
||||
if (u.usteed && u.utrap) {
|
||||
/* you, not steed, are trapped */
|
||||
@@ -4402,7 +4402,7 @@ boolean force;
|
||||
deal_with_floor_trap = FALSE;
|
||||
} else {
|
||||
Sprintf(
|
||||
qbuf, "There %s and %s here. %s %s?",
|
||||
qbuf, "There %s and %s here. %s %s?",
|
||||
(boxcnt == 1) ? "is a container" : "are containers",
|
||||
an(trapdescr),
|
||||
(ttmp->ttyp == WEB) ? "Remove" : "Disarm", the_trap);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 uhitm.c $NHDT-Date: 1521684760 2018/03/22 02:12:40 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.176 $ */
|
||||
/* NetHack 3.6 uhitm.c $NHDT-Date: 1542765366 2018/11/21 01:56:06 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.185 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Robert Patrick Rankin, 2012. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -930,7 +930,7 @@ int dieroll;
|
||||
|
||||
if (touch_petrifies(&mons[obj->corpsenm])) {
|
||||
/*learn_egg_type(obj->corpsenm);*/
|
||||
pline("Splat! You hit %s with %s %s egg%s!",
|
||||
pline("Splat! You hit %s with %s %s egg%s!",
|
||||
mon_nam(mon),
|
||||
obj->known ? "the" : cnt > 1L ? "some" : "a",
|
||||
obj->known ? mons[obj->corpsenm].mname
|
||||
|
||||
10
src/vault.c
10
src/vault.c
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 vault.c $NHDT-Date: 1452132199 2016/01/07 02:03:19 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.42 $ */
|
||||
/* NetHack 3.6 vault.c $NHDT-Date: 1542765368 2018/11/21 01:56:08 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.55 $ */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/*-Copyright (c) Robert Patrick Rankin, 2011. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
@@ -352,7 +352,8 @@ invault()
|
||||
newsym(guard->mx, guard->my);
|
||||
if (u.uswallow) {
|
||||
/* can't interrogate hero, don't interrogate engulfer */
|
||||
if (!Deaf) verbalize("What's going on here?");
|
||||
if (!Deaf)
|
||||
verbalize("What's going on here?");
|
||||
if (gsensed)
|
||||
pline_The("other presence vanishes.");
|
||||
mongone(guard);
|
||||
@@ -361,8 +362,9 @@ invault()
|
||||
if (youmonst.m_ap_type == M_AP_OBJECT || u.uundetected) {
|
||||
if (youmonst.m_ap_type == M_AP_OBJECT
|
||||
&& youmonst.mappearance != GOLD_PIECE)
|
||||
if (!Deaf) verbalize("Hey! Who left that %s in here?",
|
||||
mimic_obj_name(&youmonst));
|
||||
if (!Deaf)
|
||||
verbalize("Hey! Who left that %s in here?",
|
||||
mimic_obj_name(&youmonst));
|
||||
/* You're mimicking some object or you're hidden. */
|
||||
pline("Puzzled, %s turns around and leaves.", mhe(guard));
|
||||
mongone(guard);
|
||||
|
||||
Reference in New Issue
Block a user