misc core formatting

Some of these are post-3.6.0, some just got overlooked before the
3.6.0 release.
This commit is contained in:
PatR
2016-05-14 18:26:48 -07:00
parent 0a15d425a8
commit 26226a1cdb
6 changed files with 33 additions and 31 deletions

View File

@@ -952,8 +952,8 @@ int how;
return;
}
}
if ((wizard || discover) && (how <= GENOCIDED) &&
!paranoid_query(ParanoidDie, "Die?")) {
if ((wizard || discover) && (how <= GENOCIDED)
&& !paranoid_query(ParanoidDie, "Die?")) {
pline("OK, so you don't %s.", (how == CHOKING) ? "choke" : "die");
savelife(how);
killer.name[0] = 0;