remove and transfer INVISIBLE_OBJECTS to branch

This commit is contained in:
Derek S. Ray
2015-02-17 13:58:27 -05:00
committed by Sean Hunt
parent 5ee52039ca
commit 4dddb97301
15 changed files with 12 additions and 133 deletions

View File

@@ -715,9 +715,6 @@ struct obj *obj;
if(!getdir((char *)0)) return 0;
invis_mirror = Invis;
#ifdef INVISIBLE_OBJECTS
if (obj->oinvis) invis_mirror = TRUE;
#endif
useeit = !Blind && (!invis_mirror || See_invisible);
uvisage = (ACURR(A_CHA) > 14) ?
(poly_gender() == 1 ? "beautiful" : "handsome") : "ugly";