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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user