Recent content by Feliks

  1. F

    Feature - Rejected Lower Chamber Protection

    Awesomeness. I now have that in place ready for next time through. Ta for the pointer!
  2. F

    Feature - Rejected Lower Chamber Protection

    I heartily endorse this request, and suggest an extension. If you adventure in the middle chamber or attempt to use a ratchet, but the lower chamber is in a position where it looks like you should want to go there, warn similarly. I'm naively thinking it should be reasonably straightforward to...
  3. F

    Bug - Fixed Maximizer fails to equip one of a single-equip accessory type when requested.

    I think the problem is that +equip bypasses the check on SINGLE modifier. If you reorder the following code fragments, the issue goes away.) Fragment 1: if ( this.posEquip.contains( item ) ) { item = item.getInstance( count | Evaluator.AUTOMATIC_FLAG ); break gotItem...
Top