File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ SMODS.DrawStep({
88 order = 5 ,
99 func = function (self )
1010 if Cryptid .safe_get (self , " area" , " config" , " type" ) == " deck" then
11- local currentBack = self .params .viewed_back and G .GAME .viewed_back or G .GAME .selected_back
11+ -- following here is a horrendous mod compatability line
12+ local currentBack = not self .params .galdur_selector
13+ and ((Galdur and Galdur .config .use and type (self .params .galdur_back ) == " table" and self .params .galdur_back ) or type (
14+ self .params .viewed_back
15+ ) == " table" and self .params .viewed_back or (self .params .viewed_back and G .GAME .viewed_back or G .GAME .selected_back ))
16+ or Back (G .P_CENTERS [" b_red" ])
1217 if currentBack .effect .config .cry_force_edition and not currentBack .effect .config .cry_antimatter then
1318 if currentBack .effect .config .cry_force_edition_shader then
1419 self .children .back :draw_shader (
You can’t perform that action at this time.
0 commit comments