File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6666 FIX: show convoi (and line) name when permanent tooltips are enabled for convois
6767 FIX: not connection to tunnels, bridges and elevated ways when extending city streets
6868 FIX: Overcrowded stops can cause unhappy return passengers in unconnected networks
69+ FIX: Factory editor could not slect water factories from climate selection
6970
7071
7172Release of 124.3.1 (r11671 on 5-Apr-2025):
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ void factory_edit_frame_t::fill_list()
174174 // DistributionWeight=0 is obsoleted item, only for backward compatibility
175175
176176 if ( (!use_timeline || (!desc->get_building ()->is_future (month_now) && (!desc->get_building ()->is_retired (month_now) || allow_obsolete)))
177- && ( desc->get_building ()->get_allowed_climate_bits () & get_climate ()) ) {
177+ && ( desc->get_building ()->get_allowed_climate_bits () & get_climate () || ( get_climate ()== 1 && desc-> get_placement ()== factory_desc_t ::Water) ) ) {
178178 // timeline allows for this, and so does climates setting
179179
180180 if ( ( city_chain && (desc->get_placement () == factory_desc_t ::City && desc->is_consumer_only () ) )
You can’t perform that action at this time.
0 commit comments