diff --git a/Assets/Prefabs/UI/CDlgInfoTooltip.prefab b/Assets/Prefabs/UI/CDlgInfoTooltip.prefab index 8aa4c466a9..a525a0a6e2 100644 --- a/Assets/Prefabs/UI/CDlgInfoTooltip.prefab +++ b/Assets/Prefabs/UI/CDlgInfoTooltip.prefab @@ -35,7 +35,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 20, y: -402.765} + m_AnchoredPosition: {x: 20, y: -418.075} m_SizeDelta: {x: 400, y: 0} m_Pivot: {x: 0, y: 0.5} --- !u!222 &4376431126769957786 @@ -120,7 +120,7 @@ MonoBehaviour: m_lineSpacingMax: 0 m_paragraphSpacing: 0 m_charWidthMaxAdj: 0 - m_TextWrappingMode: 0 + m_TextWrappingMode: 1 m_wordWrappingRatios: 0.4 m_overflowMode: 0 m_linkedTextComponent: {fileID: 0} diff --git a/Assets/Scripts/CECHostPlayer.Skill.cs b/Assets/Scripts/CECHostPlayer.Skill.cs index 72d1d6458e..0b6b916a78 100644 --- a/Assets/Scripts/CECHostPlayer.Skill.cs +++ b/Assets/Scripts/CECHostPlayer.Skill.cs @@ -1633,7 +1633,7 @@ namespace BrewMonster { // Do we have the skill book ? int idBook = ElementSkill.GetRequiredBook((uint)idSkill, iLevel); - if (idBook != 0 /*&& m_pPack.FindItem(idBook) < 0*/) + if (idBook != 0 && m_pPack.FindItem(idBook) < 0) return 8; }