Minor tweaks
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 42 KiB |
@@ -1664,7 +1664,6 @@ morbid
|
||||
moreish
|
||||
moronic
|
||||
mossy
|
||||
mother
|
||||
motherly
|
||||
motionless
|
||||
motor
|
||||
@@ -2629,7 +2628,6 @@ thermodynamic
|
||||
thermonuclear
|
||||
thick
|
||||
thin
|
||||
think
|
||||
thirsty
|
||||
thorny
|
||||
thorough
|
||||
|
||||
@@ -2011,7 +2011,6 @@ rhetoric
|
||||
rhyme
|
||||
rhythm
|
||||
rice
|
||||
rich
|
||||
riddle
|
||||
ride
|
||||
ring
|
||||
|
||||
Reference in New Issue
Block a user