sprintf(houseDescription, "It belongs to %s '%s'. Nobody owns this %s. It costs %d gold coins.", tmp.c_str(), name.c_str(), tmp.c_str(), price);
sprintf(houseDescription, "It belongs to %s '%s'. Nobody owns this %s. It costs %d golden nuggets.", tmp.c_str(), name.c_str(), tmp.c_str(), price);
if((uint32_t)g_game.getMoney(player) < house->getPrice() || !g_game.removeMoney(player, house->getPrice()))