Skip to content

Commit

Permalink
Revert "Amulet of life saving will not work if the player is in nonli…
Browse files Browse the repository at this point in the history
…ving form."

This reverts commit deea111.

This is a pretty big deal for vampirics.
  • Loading branch information
elunna committed Sep 23, 2023
1 parent 52d77b9 commit 3f66520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/end.c
Original file line number Diff line number Diff line change
Expand Up @@ -1369,8 +1369,7 @@ int how;
context.botl = 1;
}
}
if (Lifesaved && (how <= GENOCIDED)
&& !nonliving(youmonst.data)) {
if (Lifesaved && (how <= GENOCIDED)) {
pline("But wait...");
makeknown(AMULET_OF_LIFE_SAVING);
Your("medallion %s!", !Blind ? "begins to glow" : "feels warm");
Expand Down

0 comments on commit 3f66520

Please sign in to comment.