nickc01 / WeaverCore

Core mod for all of my mods for Hollow Knight
https://nickc01.github.io/WeaverCore/
MIT License
14 stars 6 forks source link

Weavercore makes enemies no longer show Dream Nail dialogue #6

Closed Exempt-Medic closed 1 year ago

Exempt-Medic commented 1 year ago

Pretty sure it's because this part never calls orig(self)

nickc01 commented 1 year ago

Yeah, that's probably why. I'll try and get updated when I have a chance

nickc01 commented 1 year ago

Just committed a quick and small update that adds an "orig(self)" call to the patch. Let me know if that fixes the issue:

https://github.com/nickc01/WeaverCore/blob/c7863ab70ce79c1252f373965ad2f05dee54dfd8/Other%20Projects%7E/WeaverCore.Game/WeaverCore.Game/Patches/EnemyDreamNailReaction_Patches.cs#L27

Exempt-Medic commented 1 year ago

Yup, it works just fine now!