We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21aa879 commit 18169deCopy full SHA for 18169de
Modules/Addons/NarrativeModule.lua
@@ -70,7 +70,7 @@ function NarrativeModule:AddNarrativeData(narr_self, tweak_data)
70
max_mission_xp = data.max_mission_xp or {0.001,0.001,0.001,0.001,0.001},
71
preview_image = data.preview_image or {icon = icon_id}
72
},
73
- ignore_heat = true,
+ ignore_heat = NotNil(data.ignore_heat, true),
74
mod_path = self._mod.ModPath,
75
custom = true
76
})
0 commit comments