seeing self with infravision
> It appears that if showrace is set, and your race is not human, a > potion of invisibility (or any other form of invisibility) doesn't cause > your symbol to disappear on screen, even if you don't have see invisible.
This commit is contained in:
@@ -133,8 +133,7 @@
|
||||
* invisible. If not, then we don't need the check.
|
||||
*/
|
||||
#define canseeself() (Blind || u.uswallow || (!Invisible && !u.uundetected))
|
||||
#define senseself() (canseeself() || Infravision || Unblind_telepat || \
|
||||
Detect_monsters)
|
||||
#define senseself() (canseeself() || Unblind_telepat || Detect_monsters)
|
||||
|
||||
/*
|
||||
* random_monster()
|
||||
|
||||
Reference in New Issue
Block a user