Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: longturn/freeciv21
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 51f5f3e16db0a8f47f10b8054b4fa2bea40444fd
Choose a base ref
..
head repository: longturn/freeciv21
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cbba8c1a46e191d414c0e6330de29bbc015ed06a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 common/city.cpp
2 changes: 1 addition & 1 deletion common/city.cpp
Original file line number Diff line number Diff line change
@@ -1870,7 +1870,7 @@ int city_change_production_penalty(const struct city *pcity,
penalized_shields = pcity->before_change_shields;
}

// Penalize 50% if you buy last turn but didnt built (except wonders)
// Penalize 50% if you buy last turn but didnt built
if ((pcity->did_buy_production && ((target->kind == VUT_UTYPE
&& target->value.utype != pcity->changed_from.value.utype)
|| (target->kind == VUT_IMPROVEMENT