Crunched to crunched
<email deleted> > comments: When dieing from an iron ball landing on your head, the death is > listed as: "Crunched in the head by an iron ball" > However no other deaths start with a capital letter.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* SCCS Id: @(#)ball.c 3.4 1997/04/23 */
|
||||
/* SCCS Id: @(#)ball.c 3.4 2003/02/03 */
|
||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -38,7 +38,7 @@ ballfall()
|
||||
} else if (flags.verbose)
|
||||
Your("%s does not protect you.", xname(uarmh));
|
||||
}
|
||||
losehp(dmg, "Crunched in the head by an iron ball",
|
||||
losehp(dmg, "crunched in the head by an iron ball",
|
||||
NO_KILLER_PREFIX);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user