Open 6thmoon opened 1 year ago
Please refer to https://github.com/BepInEx/HarmonyX/issues/54. This causes issues with BubbetsItems since it utilizes HarmonyILManipulator on HealthComponent.TakeDamage. Note that currently, CurseCatcher does not affect permanent damage applied by Inferno or EclipseExtended.
HarmonyILManipulator
HealthComponent.TakeDamage
As a workaround, please edit the configuration file for BubbetsItems and set either RepulsionPlateMk2 (under Disable Items) or Reduction On True (under General) to false.
false
Please refer to https://github.com/BepInEx/HarmonyX/issues/54. This causes issues with BubbetsItems since it utilizes
HarmonyILManipulator
onHealthComponent.TakeDamage
. Note that currently, CurseCatcher does not affect permanent damage applied by Inferno or EclipseExtended.