diff --git a/Themes/_fallback/Scripts/03 ProductivityHelpers.lua b/Themes/_fallback/Scripts/03 ProductivityHelpers.lua index 77680f7e2d..8d14074332 100644 --- a/Themes/_fallback/Scripts/03 ProductivityHelpers.lua +++ b/Themes/_fallback/Scripts/03 ProductivityHelpers.lua @@ -30,9 +30,10 @@ end Blend = { Normal = 'BlendMode_Normal', Add = 'BlendMode_Add', + Modulate = 'BlendMode_Modulate', Multiply = 'BlendMode_WeightedMultiply', Invert = 'BlendMode_InvertDest', - NoEffect = 'BlendMode_NoEffect' + NoEffect = 'BlendMode_NoEffect', } -- Health Declarations