mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
HERPA DERP
This commit is contained in:
parent
8e5c61ebf4
commit
1ff19ad869
@ -176,17 +176,17 @@ if (DMS_ShowDifficultyColorLegend) then
|
|||||||
case "moderate":
|
case "moderate":
|
||||||
{
|
{
|
||||||
_color = "ColorYellow";
|
_color = "ColorYellow";
|
||||||
_marker = "ExileMissionModerateIcon";
|
_markerType = "ExileMissionModerateIcon";
|
||||||
};
|
};
|
||||||
case "difficult":
|
case "difficult":
|
||||||
{
|
{
|
||||||
_color = "ColorRed";
|
_color = "ColorRed";
|
||||||
_marker = "ExileMissionDifficultIcon";
|
_markerType = "ExileMissionDifficultIcon";
|
||||||
};
|
};
|
||||||
case "hardcore":
|
case "hardcore":
|
||||||
{
|
{
|
||||||
_color = "ColorBlack";
|
_color = "ColorBlack";
|
||||||
_marker = "ExileMissionHardcoreIcon";
|
_markerType = "ExileMissionHardcoreIcon";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -59,23 +59,23 @@ switch (toLower _difficulty) do
|
|||||||
case "moderate":
|
case "moderate":
|
||||||
{
|
{
|
||||||
_color = "ColorYellow";
|
_color = "ColorYellow";
|
||||||
_marker = "ExileMissionModerateIcon";
|
_markerType = "ExileMissionModerateIcon";
|
||||||
};
|
};
|
||||||
case "difficult":
|
case "difficult":
|
||||||
{
|
{
|
||||||
_color = "ColorRed";
|
_color = "ColorRed";
|
||||||
_marker = "ExileMissionDifficultIcon";
|
_markerType = "ExileMissionDifficultIcon";
|
||||||
};
|
};
|
||||||
case "hardcore":
|
case "hardcore":
|
||||||
{
|
{
|
||||||
_color = "ColorBlack";
|
_color = "ColorBlack";
|
||||||
_marker = "ExileMissionHardcoreIcon";
|
_markerType = "ExileMissionHardcoreIcon";
|
||||||
};
|
};
|
||||||
|
|
||||||
default
|
default
|
||||||
{
|
{
|
||||||
_color = _difficulty;
|
_color = _difficulty;
|
||||||
_marker = "mil_dot";
|
_markerType = "mil_dot";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user