v1.0.0.12: Other players on minimap use distinct icon (60403) from party markers

Made-with: Cursor
This commit is contained in:
2026-02-28 22:30:26 -05:00
parent 3afa7af645
commit b1c833ebcf
5 changed files with 12 additions and 4 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ public partial class MapRenderer
var iconId = obj.ObjectKind switch
{
ObjectKind.Player when GroupManager.Instance()->MainGroup.MemberCount is 0 && System.SystemConfig.ShowPlayers => 60421u,
ObjectKind.Player when System.SystemConfig.ShowPlayers => 60444u,
ObjectKind.Player when System.SystemConfig.ShowPlayers => System.SystemConfig.MinimapOtherPlayerIconId,
ObjectKind.BattleNpc when IsBoss(obj) && obj.TargetObject is null => 60402u,
ObjectKind.BattleNpc when IsBoss(obj) && obj.TargetObject is not null => 60401u,
ObjectKind.BattleNpc when obj is { SubKind: (int)BattleNpcSubKind.Enemy, TargetObject: not null } => 60422u,