-NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.474 $ $NHDT-Date: 1615759956 2021/03/14 22:12:36 $
+NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.475 $ $NHDT-Date: 1615760296 2021/03/14 22:18:16 $
General Fixes and Modified Features
-----------------------------------
when creating a rolling boulder trap, don't place boulder on a path that
starts on or passes over a pit/spiked pit, hole/trap door,
teleport trap/level teleporter/magic portal
+remove superfluous "All" from "All foos are already nonexistent." when blessed
+ genocide tries to remove something which has already been genocided
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
-/* NetHack 3.7 read.c $NHDT-Date: 1613870658 2021/02/21 01:24:18 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.219 $ */
+/* NetHack 3.7 read.c $NHDT-Date: 1615760296 2021/03/14 22:18:16 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.220 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Robert Patrick Rankin, 2012. */
/* NetHack may be freely redistributed. See license for details. */
}
} else if (g.mvitals[i].mvflags & G_GENOD) {
if (!gameover)
- pline("All %s are already nonexistent.", nam);
+ pline("%s are already nonexistent.", upstart(nam));
} else if (!gameover) {
/* suppress feedback about quest beings except
for those applicable to our own role */