Rebelus Quo

Results 10 comments of Rebelus Quo

so... I just noticed these files have a different icon in the github web interface. They're *nix shortcuts? *cries in Windows*

Sorry for my swedish-english, it does get in the way sometimes :) Ok, so they are indeed symbolic links. I think I see the intention now, they set up a...

I decided to go the script route. While git4win has an install option for symbolic link support, this is in turn based on the native windows implementation. However, there's some...

👍 , but see review comment.

Under the "Files changed" tab in the code, or right here in the conversation under your single commit entry in the timeline.

Giant screenshots, but ok, I think I have to assign you as reviewer which I on the other hand can not do. Thanks github. This is especially irritating since all...

@dnevill Thank you for providing a "unit test" _awaiting the test outcome with much excitement_

Wait.. I thought I approved the.. um.. the correct changes, not my "pointing out" review comment.. This is all very confusing.. I'm giving github a new drawing board to go...

Never before has such a small contribution been so thoroughly reviewed as on this occasion. Good job guys!

Nice catch. But further suggestion: ``` cs public override bool CanEnter(Progression items) { return items.MoonPearl && World.CanEnter("Dark World Death Mountain East", items) && World.CanAcquireAtLeast(World.TowerCrystals, items, AnyCrystal) && World.CanAcquireAtLeast(FractionOfBossTokens(), items, AnyBossToken);...