Lines Matching defs:price
142 int price;144 price = board[propnum].cost/2;146 printf("That got you $%d\n",price);147 cur_p->money += price;205 int price;207 price = board[propnum].cost/2;209 price += price/10;210 printf("That cost you $%d\n",price);211 cur_p->money -= price;
Indexes created Tue Oct 21 19:09:51 GMT 2025