initialize heat safety option to 'Any'

develop
Myk Taylor 2023-02-19 02:03:39 -08:00
parent 273183e864
commit e9555c29be
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -650,6 +650,7 @@ function PlannerOverlay:init()
{label='Magma', value=2, pen=COLOR_RED},
{label='Fire', value=1, pen=COLOR_LIGHTRED},
},
initial_option=0,
on_change=function(heat)
setHeatSafetyFilter(uibs.building_type, uibs.building_subtype, uibs.custom_type, heat)
end,