@@ -94,13 +94,13 @@ private static void Postfix(ItemDataUnpacked item, ItemAffix affix, ref string _
94
94
__result = AffixShowRoll . Value switch
95
95
{
96
96
DisplayAffixType . Old_Style => __result . Style1_AffixRoll ( affix ) ,
97
- DisplayAffixType . New_Style => __result . Style2_AffixRoll ( affix ) ,
98
- DisplayAffixType . Letter_Style => __result . Letter_Style_AffixRoll ( affix ) ,
97
+ DisplayAffixType . New_Style => __result . Style2_AffixRoll ( affix ) ,
98
+ DisplayAffixType . Letter_Style => __result . Letter_Style_AffixRoll ( affix ) ,
99
99
_ => __result
100
100
} ;
101
101
}
102
- }
103
-
102
+ }
103
+
104
104
[ HarmonyPatch ( typeof ( TooltipItemManager ) , nameof ( TooltipItemManager . UniqueBasicModFormatter ) ) ]
105
105
private static class TooltipItemManager_FormatUniqueModAffixString_Patch
106
106
{
@@ -116,7 +116,7 @@ private static void Postfix(ItemDataUnpacked item, ref string __result, int uniq
116
116
} ;
117
117
}
118
118
}
119
-
119
+
120
120
[ HarmonyPatch ( typeof ( TooltipItemManager ) , nameof ( TooltipItemManager . ImplicitFormatter ) ) ]
121
121
private static class TooltipItemManager_FormatMod_Patch
122
122
{
@@ -246,14 +246,6 @@ private void PointerExit()
246
246
if ( _label != null && _label && _label . tooltipItem ) _label . tooltipItem . OnPointerExit ( null ) ;
247
247
}
248
248
249
- #if CHEATVERSION
250
- private void Update ( )
251
- {
252
- if ( showingAffix == this && Input . GetKeyDown ( KeyCode . Space ) )
253
- if ( RectTransformUtility . RectangleContainsScreenPoint ( thisTransform , Input . mousePosition ) ) _label ? . requestPickup ( ) ;
254
- }
255
- #endif
256
-
257
249
private void FixedUpdate ( )
258
250
{
259
251
if ( ! _trackable || ! _trackable . activeSelf )
0 commit comments