Home
last modified time | relevance | path

Searched refs:CB8_EORCS (Results 1 – 3 of 3) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-xtra1.c2656 …if (csheet_boni[i].cb[7] & CB8_EORCS) { c_put_str(TERM_WHITE, "e", 3, 65+i); header_color[3][2] = … in display_player()
2658 …if ((csheet_boni[i].cb[7] & CB8_EORCS) && (csheet_boni[i].cb[7] & CB8_SORCS)) c_put_str(TERM_WHITE… in display_player()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dxtra1.c3242 if (p_ptr->lev >= 15) { p_ptr->telepathy |= ESP_ORC; csheet_boni[14].cb[7] |= CB8_EORCS; }
3905 csheet_boni[i-INVEN_WIELD].cb[7] |= (CB8_ESPID | CB8_EANIM | CB8_EORCS | CB8_ETROL | CB8_EGIAN);
3911 if (esp & ESP_ORC) csheet_boni[i-INVEN_WIELD].cb[7] |= CB8_EORCS;
6281 csheet_boni[i].cb[7] |= (CB8_ESPID | CB8_EANIM | CB8_EORCS | CB8_ETROL | CB8_EGIAN);
6287 if (esp & ESP_ORC) csheet_boni[i].cb[7] |= CB8_EORCS;
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h4774 #define CB8_EORCS 0x08 macro