Home
last modified time | relevance | path

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

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Ddungeon.c970 who = PROJECTOR_PLAYER;
991 if (e_ptr->flags & EFF_STORM && (who == PROJECTOR_EFFECT || who == PROJECTOR_PLAYER)) {
1028 if (who < 0 && who != PROJECTOR_EFFECT && who != PROJECTOR_PLAYER &&
1032 who = PROJECTOR_PLAYER;
1055 (who == PROJECTOR_PLAYER || Players[0 - who]->death)) {
H A Dspells1.c8251 else if (who == PROJECTOR_PLAYER) {
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Ddefines.h7219 #define PROJECTOR_PLAYER -1006 macro