Skip to content

Commit

Permalink
Harsher alignment penalty for undead slayers eating wraiths.
Browse files Browse the repository at this point in the history
  • Loading branch information
elunna committed Oct 27, 2023
1 parent dea37ad commit cd2e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ int pm;
if (Role_if(PM_UNDEAD_SLAYER)) {
/* Unbecoming of Undead Slayers */
You("have disgraced your profession.");
adjalign(-3);
adjalign(-5);
break;
}
break;
Expand Down

0 comments on commit cd2e429

Please sign in to comment.