Skip to content

Commit

Permalink
Wand of probing or a stethoscpe used on oneself will show reflection …
Browse files Browse the repository at this point in the history
…status (spell only).
  • Loading branch information
k21971 committed Jul 2, 2024
1 parent bf42405 commit 4938b81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/evilhack-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3532,4 +3532,6 @@ The following changes to date are:
is active can burn them down
- Fix: using burning hands to burn down a tree or a door uses a charge
- Burning hands/shocking grasp spell status can be viewed in inventory
- Wand of probing or a stethoscpe used on oneself will show reflection
status (spell only)

2 changes: 2 additions & 0 deletions src/priest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,8 @@ ustatusline()
Strcat(info, ", concealed");
if (Invis)
Strcat(info, ", invisible");
if (HReflecting)
Strcat(info, ", reflecting");
if (u.ustuck) {
if (sticks(youmonst.data))
Strcat(info, ", holding ");
Expand Down

0 comments on commit 4938b81

Please sign in to comment.