Unblind telepathy range and carried artifacts

This commit is contained in:
Pasi Kallinen
2024-04-05 09:44:52 +03:00
parent 080c6747fd
commit 969c87c0a1
3 changed files with 7 additions and 2 deletions

View File

@@ -711,6 +711,7 @@ set_artifact_intrinsic(struct obj *otmp, boolean on, long wp_mask)
ETelepat |= wp_mask;
else
ETelepat &= ~wp_mask;
recalc_telepat_range();
see_monsters();
}
if (spfx & SPFX_STLTH) {