Symbol: PRPTY
games/monop/cards.c
314
if (op->sqr->type == PRPTY) {
games/monop/execute.c
172
case PRPTY:
games/monop/execute.c
201
if (board[i].type == PRPTY) {
games/monop/execute.c
311
} else if (board[i].type == PRPTY) {
games/monop/execute.c
697
if (sp->type != PRPTY && sp->type != RR && sp->type != UTIL) {
games/monop/execute.c
706
if (sp->type != PRPTY) {
games/monop/houses.c
231
if (op->sqr->type == PRPTY && op->sqr->desc->monop) {
games/monop/houses.c
348
if (sqp->type == PRPTY && sqp->owner >= 0 && sqp->desc->monop) {
games/monop/houses.c
365
if (sqp->type == PRPTY && sqp->owner >= 0 && sqp->desc->monop) {
games/monop/houses.c
71
for (op = cur_p->own_list; op && op->sqr->type != PRPTY; op = op->next)
games/monop/misc.c
174
case PRPTY:
games/monop/monop.c
179
{"Mediterranean Ave. (P)", -1, PRPTY, &prop[0], 60 },
games/monop/monop.c
181
{"Baltic Ave. (P)", -1, PRPTY, &prop[1], 60 },
games/monop/monop.c
184
{"Oriental Ave. (L)", -1, PRPTY, &prop[2], 100 },
games/monop/monop.c
186
{"Vermont Ave. (L)", -1, PRPTY, &prop[3], 100 },
games/monop/monop.c
187
{"Connecticut Ave. (L)", -1, PRPTY, &prop[4], 120 },
games/monop/monop.c
189
{"St. Charles Pl. (V)", -1, PRPTY, &prop[5], 140 },
games/monop/monop.c
191
{"States Ave. (V)", -1, PRPTY, &prop[6], 140 },
games/monop/monop.c
192
{"Virginia Ave. (V)", -1, PRPTY, &prop[7], 160 },
games/monop/monop.c
194
{"St. James Pl. (O)", -1, PRPTY, &prop[8], 180 },
games/monop/monop.c
196
{"Tennessee Ave. (O)", -1, PRPTY, &prop[9], 180 },
games/monop/monop.c
197
{"New York Ave. (O)", -1, PRPTY, &prop[10], 200 },
games/monop/monop.c
199
{"Kentucky Ave. (R)", -1, PRPTY, &prop[11], 220 },
games/monop/monop.c
201
{"Indiana Ave. (R)", -1, PRPTY, &prop[12], 220 },
games/monop/monop.c
202
{"Illinois Ave. (R)", -1, PRPTY, &prop[13], 240 },
games/monop/monop.c
204
{"Atlantic Ave. (Y)", -1, PRPTY, &prop[14], 260 },
games/monop/monop.c
205
{"Ventnor Ave. (Y)", -1, PRPTY, &prop[15], 260 },
games/monop/monop.c
207
{"Marvin Gardens (Y)", -1, PRPTY, &prop[16], 280 },
games/monop/monop.c
209
{"Pacific Ave. (G)", -1, PRPTY, &prop[17], 300 },
games/monop/monop.c
210
{"N. Carolina Ave. (G)", -1, PRPTY, &prop[18], 300 },
games/monop/monop.c
212
{"Pennsylvania Ave. (G)", -1, PRPTY, &prop[19], 320 },
games/monop/monop.c
215
{"Park Place (D)", -1, PRPTY, &prop[20], 350 },
games/monop/monop.c
217
{"Boardwalk (D)", -1, PRPTY, &prop[21], 400 },
games/monop/morg.c
124
if (op->sqr->type == PRPTY && op->sqr->desc->houses)
games/monop/print.c
104
case PRPTY:
games/monop/prop.c
100
case PRPTY:
games/monop/prop.c
148
case PRPTY:
games/monop/prop.c
218
if (op->sqr->type == PRPTY && op->sqr->desc->monop)
games/monop/rent.c
60
case PRPTY:
games/monop/trade.c
250
case PRPTY:
games/monop/trade.c
302
if (sqp->type == PRPTY) {