rajko-horvat/OpenCiv1

Right click city improvement shows incorrect description

richardpenman opened this issue · 3 comments

In city view when right click an improvement the wrong civilopedia description is shown.

For Palace get "None" (screenshot below) and for barracks get "Palace", so I expect is an off by one error. All the units I checked were correct.

Screenshot_2024-01-07_11-49-54

Thanks, will check it out.

Hi, I mistakenly transferred NEG (*-1) as NOT (~).
Should work correctly as of last commit.

Thanks, confirmed this is fixed