diff --git a/PlayerTags/Features/NameplatesTagTargetFeature.cs b/PlayerTags/Features/NameplatesTagTargetFeature.cs index ccef704..dab401e 100644 --- a/PlayerTags/Features/NameplatesTagTargetFeature.cs +++ b/PlayerTags/Features/NameplatesTagTargetFeature.cs @@ -178,7 +178,7 @@ namespace PlayerTags.Features if (gameObject is Character character) { - // Add the job tag + // Add the job tags if (m_PluginData.JobTags.TryGetValue(character.ClassJob.GameData.Abbreviation, out var jobTag)) { if (jobTag.TagTargetInNameplates.InheritedValue != null && jobTag.TagPositionInNameplates.InheritedValue != null) @@ -206,8 +206,8 @@ namespace PlayerTags.Features } } - // Add the custom tag payloads - foreach (var customTag in m_PluginData.CustomTags) + // Add all other tags + foreach (var customTag in m_PluginData.AllTags.Descendents) { if (customTag.TagTargetInNameplates.InheritedValue != null && customTag.TagPositionInNameplates.InheritedValue != null) { diff --git a/PlayerTags/Resources/Promo/Icon.png b/PlayerTags/Resources/Promo/Icon.png index 4eab0e7..dd02e13 100644 Binary files a/PlayerTags/Resources/Promo/Icon.png and b/PlayerTags/Resources/Promo/Icon.png differ diff --git a/PlayerTags/Resources/Words/Adjectives.txt b/PlayerTags/Resources/Words/Adjectives.txt index 05a9173..2956bb3 100644 --- a/PlayerTags/Resources/Words/Adjectives.txt +++ b/PlayerTags/Resources/Words/Adjectives.txt @@ -1664,7 +1664,6 @@ morbid moreish moronic mossy -mother motherly motionless motor @@ -2629,7 +2628,6 @@ thermodynamic thermonuclear thick thin -think thirsty thorny thorough diff --git a/PlayerTags/Resources/Words/Nouns.txt b/PlayerTags/Resources/Words/Nouns.txt index ea97ed7..94b8420 100644 --- a/PlayerTags/Resources/Words/Nouns.txt +++ b/PlayerTags/Resources/Words/Nouns.txt @@ -2011,7 +2011,6 @@ rhetoric rhyme rhythm rice -rich riddle ride ring