Skip to content

Commit 18169de

Browse files
committed
Allow specifying ignore_heat in custom narratives
Closes #594
1 parent 21aa879 commit 18169de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Addons/NarrativeModule.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function NarrativeModule:AddNarrativeData(narr_self, tweak_data)
7070
max_mission_xp = data.max_mission_xp or {0.001,0.001,0.001,0.001,0.001},
7171
preview_image = data.preview_image or {icon = icon_id}
7272
},
73-
ignore_heat = true,
73+
ignore_heat = NotNil(data.ignore_heat, true),
7474
mod_path = self._mod.ModPath,
7575
custom = true
7676
})

0 commit comments

Comments
 (0)