some comment spelling fixes
This commit is contained in:
@@ -510,13 +510,13 @@ done_in_by(struct monst *mtmp, int how)
|
||||
* death reason becomes "Killed by a ghoul, while paralyzed."
|
||||
* instead of "Killed by a ghoul, while paralyzed by a ghoul."
|
||||
* (3.6.x gave "Killed by a ghoul, while paralyzed by a monster."
|
||||
* which is potenitally misleading when the monster is also
|
||||
* which is potentially misleading when the monster is also
|
||||
* the killer.)
|
||||
*
|
||||
* Note that if the hero is life-saved and then killed again
|
||||
* before the helplessness has cleared, the second death will
|
||||
* report the truncated helplessness reason even if some other
|
||||
* monster peforms the /coup de grace/.
|
||||
* monster performs the /coup de grace/.
|
||||
*/
|
||||
if (sscanf(gm.multireasonbuf, "%u:%c", &reasonmid, &reasondummy) == 2
|
||||
&& mtmp->m_id == reasonmid) {
|
||||
|
||||
Reference in New Issue
Block a user