Results 373 comments of Pyrdacor

It happened again for someone so this needs another investigation.

I created a new issue based on your comment as this has most likely a different cause and is fixable.

How about an attribute on the extension class like `[VisibleWith(typeof(MyClass))]`. So if MyClass is visible through usings the extensions are also available. This attribute could be used multiple times on...

Needs testing but maybe the patcher now starts the exe with normal privileges after patching.

Yes the amount is quite high. I guess it is because you need 1 piece to craft a nav stone and you can actually craft a lot of those. I...

> You get the message "There's a piece of amber"; but nothing does show up on the treasure screen which appears. I was able to repeat the case. Tested with...

I agree that not both Messages should appear together. But you still need both as immunity is based on a flag on the monster (or the element) and the deflection...

Actually it's mostly related to the original as well. So I would leave it here. I don't have much time lately for adjustments and bugfixes but I will come back...

> @lostmsu what's the use case such an operator would be solving? In my case I want a simple implicit conversion from `MyClass` to `MyClass`. This can't be done. ```cs...