Skip to content

Commit 4938b81

Browse files
committed
Wand of probing or a stethoscpe used on oneself will show reflection status (spell only).
1 parent bf42405 commit 4938b81

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/evilhack-changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -3532,4 +3532,6 @@ The following changes to date are:
35323532
is active can burn them down
35333533
- Fix: using burning hands to burn down a tree or a door uses a charge
35343534
- Burning hands/shocking grasp spell status can be viewed in inventory
3535+
- Wand of probing or a stethoscpe used on oneself will show reflection
3536+
status (spell only)
35353537

src/priest.c

+2
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,8 @@ ustatusline()
12411241
Strcat(info, ", concealed");
12421242
if (Invis)
12431243
Strcat(info, ", invisible");
1244+
if (HReflecting)
1245+
Strcat(info, ", reflecting");
12441246
if (u.ustuck) {
12451247
if (sticks(youmonst.data))
12461248
Strcat(info, ", holding ");

0 commit comments

Comments
 (0)