Symbol: PRPTY
games/monop/cards.c
307
if (op->sqr->type == PRPTY) {
games/monop/execute.c
165
case PRPTY:
games/monop/execute.c
194
if (board[i].type == PRPTY) {
games/monop/execute.c
304
} else if (board[i].type == PRPTY) {
games/monop/execute.c
690
if (sp->type != PRPTY && sp->type != RR && sp->type != UTIL) {
games/monop/execute.c
699
if (sp->type != PRPTY) {
games/monop/houses.c
224
if (op->sqr->type == PRPTY && op->sqr->desc->monop) {
games/monop/houses.c
341
if (sqp->type == PRPTY && sqp->owner >= 0 && sqp->desc->monop) {
games/monop/houses.c
358
if (sqp->type == PRPTY && sqp->owner >= 0 && sqp->desc->monop) {
games/monop/houses.c
64
for (op = cur_p->own_list; op && op->sqr->type != PRPTY; op = op->next)
games/monop/misc.c
167
case PRPTY:
games/monop/monop.c
167
{"Mediterranean Ave. (P)", -1, PRPTY, &prop[0], 60 },
games/monop/monop.c
169
{"Baltic Ave. (P)", -1, PRPTY, &prop[1], 60 },
games/monop/monop.c
172
{"Oriental Ave. (L)", -1, PRPTY, &prop[2], 100 },
games/monop/monop.c
174
{"Vermont Ave. (L)", -1, PRPTY, &prop[3], 100 },
games/monop/monop.c
175
{"Connecticut Ave. (L)", -1, PRPTY, &prop[4], 120 },
games/monop/monop.c
177
{"St. Charles Pl. (V)", -1, PRPTY, &prop[5], 140 },
games/monop/monop.c
179
{"States Ave. (V)", -1, PRPTY, &prop[6], 140 },
games/monop/monop.c
180
{"Virginia Ave. (V)", -1, PRPTY, &prop[7], 160 },
games/monop/monop.c
182
{"St. James Pl. (O)", -1, PRPTY, &prop[8], 180 },
games/monop/monop.c
184
{"Tennessee Ave. (O)", -1, PRPTY, &prop[9], 180 },
games/monop/monop.c
185
{"New York Ave. (O)", -1, PRPTY, &prop[10], 200 },
games/monop/monop.c
187
{"Kentucky Ave. (R)", -1, PRPTY, &prop[11], 220 },
games/monop/monop.c
189
{"Indiana Ave. (R)", -1, PRPTY, &prop[12], 220 },
games/monop/monop.c
190
{"Illinois Ave. (R)", -1, PRPTY, &prop[13], 240 },
games/monop/monop.c
192
{"Atlantic Ave. (Y)", -1, PRPTY, &prop[14], 260 },
games/monop/monop.c
193
{"Ventnor Ave. (Y)", -1, PRPTY, &prop[15], 260 },
games/monop/monop.c
195
{"Marvin Gardens (Y)", -1, PRPTY, &prop[16], 280 },
games/monop/monop.c
197
{"Pacific Ave. (G)", -1, PRPTY, &prop[17], 300 },
games/monop/monop.c
198
{"N. Carolina Ave. (G)", -1, PRPTY, &prop[18], 300 },
games/monop/monop.c
200
{"Pennsylvania Ave. (G)", -1, PRPTY, &prop[19], 320 },
games/monop/monop.c
203
{"Park Place (D)", -1, PRPTY, &prop[20], 350 },
games/monop/monop.c
205
{"Boardwalk (D)", -1, PRPTY, &prop[21], 400 },
games/monop/morg.c
117
if (op->sqr->type == PRPTY && op->sqr->desc->houses)
games/monop/print.c
96
case PRPTY:
games/monop/prop.c
141
case PRPTY:
games/monop/prop.c
211
if (op->sqr->type == PRPTY && op->sqr->desc->monop)
games/monop/prop.c
93
case PRPTY:
games/monop/rent.c
53
case PRPTY:
games/monop/trade.c
243
case PRPTY:
games/monop/trade.c
295
if (sqp->type == PRPTY) {