Home
last modified time | relevance | path

Searched refs:compat_pomode (Results 1 – 8 of 8) sorted by relevance

/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dstore.c2229 if (compat_pomode(Ind, o_ptr)) attr = TERM_L_DARK;
2291 if (compat_pomode(Ind, o_ptr)) attr = TERM_L_DARK;
2706 if (compat_pomode(Ind, o_ptr)) {
2707 msg_format(Ind, "You cannot take items of %s players!", compat_pomode(Ind, o_ptr));
3158 if (compat_pomode(Ind, o_ptr)) {
3159 msg_format(Ind, "You cannot take items of %s players!", compat_pomode(Ind, o_ptr));
4569 if (compat_pomode(Ind, j_ptr)) return(FALSE);
5259 if (compat_pomode(Ind, o_ptr)) {
5260 msg_format(Ind, "You cannot take items of %s players!", compat_pomode(Ind, o_ptr));
H A Dcmd3.c3220 o_ptr->questor_invincible ? 'G' : 'G', compat_pomode(Ind, o_ptr) ? "\377D" : "",
3225 o_ptr->questor_invincible ? 'G' : 'G', compat_pomode(Ind, o_ptr) ? "\377D" : "",
3233 compat_pomode(Ind, o_ptr) ? "\377D" : "", o_name, o_ptr->next_o_idx ? " on a pile" : "");
H A Dauction.c555 return (compat_pomode(Ind, &forge_dummy) == NULL); in auction_mode_check()
H A Dcmd1.c1539 if (compat_pomode(Ind, o_ptr)) { in whats_under_your_feet()
1664 if (compat_pomode(Ind, o_ptr)) { in carry()
1665 msg_format(Ind, "You cannot take money of %s players.", compat_pomode(Ind, o_ptr)); in carry()
1837 if (compat_pomode(Ind, o_ptr)) { in carry()
1857 msg_format(Ind, "You cannot take items of %s players.", compat_pomode(Ind, o_ptr)); in carry()
H A Dobject1.c5764 if (compat_pomode(Ind, o_ptr)) return FALSE;
5795 if (compat_pomode(Ind, o_ptr)) return FALSE;
5824 if (compat_pomode(Ind, o_ptr)) {
5825 msg_format(Ind, "You cannot use things that belong to %s players.", compat_pomode(Ind, o_ptr));
H A Dexterns.h1800 extern cptr compat_pomode(int Ind, object_type *o_ptr);
H A Dutil.c6178 cptr compat_pomode(int Ind, object_type *o_ptr) { function
H A Dobject2.c3068 if (compat_pomode(Ind, j_ptr)) return(FALSE);