We-the-People-civ4col-mod / Mod

This is the repository where the mod resides.
90 stars 37 forks source link

WB: gold is given to the wrong player #1045

Open Nightinggale opened 2 months ago

Nightinggale commented 2 months ago

Editing a city will set gold for the active player rather than the city owner. Assets/Python/Screens/CvWorldBuilderScreen.py:1336 shows part of the problem, but it is indeed just part of it.

MrZorG33 commented 2 months ago

If I remember correctly, in WB when placing units, distributing gold and allocating a cultural zone, you need to select the player to whom it will apply.

Nightinggale commented 2 months ago

Having the gold change menu in the city menu seems like an odd choice. There should be some sort of player editor screen if done correctly.

If I remember correctly, in WB when placing units, distributing gold and allocating a cultural zone, you need to select the player to whom it will apply.

Correct, but there is no player selector in the edit city mode.