|
|
@ -3067,7 +3067,7 @@ green_mon(struct monst *mon)
|
|
|
|
if (iflags.use_color)
|
|
|
|
if (iflags.use_color)
|
|
|
|
return (ptr->mcolor == CLR_GREEN || ptr->mcolor == CLR_BRIGHT_GREEN);
|
|
|
|
return (ptr->mcolor == CLR_GREEN || ptr->mcolor == CLR_BRIGHT_GREEN);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
/* approximation */
|
|
|
|
|
|
|
|
if (strstri(ptr->pmnames[NEUTRAL], "green")
|
|
|
|
if (strstri(ptr->pmnames[NEUTRAL], "green")
|
|
|
|
|| (ptr->pmnames[MALE] && strstri(ptr->pmnames[MALE], "green"))
|
|
|
|
|| (ptr->pmnames[MALE] && strstri(ptr->pmnames[MALE], "green"))
|
|
|
|
|| (ptr->pmnames[FEMALE] && strstri(ptr->pmnames[FEMALE], "green")))
|
|
|
|
|| (ptr->pmnames[FEMALE] && strstri(ptr->pmnames[FEMALE], "green")))
|
|
|
|