forked from townforge/townforge
cc: bump feral cats bonus slightly
This commit is contained in:
parent
59da6694be
commit
08332671e1
@ -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",
|
||||
},
|
||||
};
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user