cc: bump feral cats bonus slightly

This commit is contained in:
Crypto City 2021-03-13 21:56:24 +00:00
parent 59da6694be
commit 08332671e1
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ static const struct
},
{
"Feral cats",
"The city hosts a feral cat population, helping cut grain damage from rats infestations by 20%",
"The city hosts a feral cat population, helping cut grain damage from rats infestations by 25%",
"cat",
},
};

View File

@ -292,7 +292,7 @@ static void add_cities(const BlockchainDB &db, cc_command_game_update_t &cg, gam
{
uint32_t weight = 100;
if (i->second)
weight -= 20;
weight -= 25;
entry.first += weight;
}
entry.second += 100;