# File lib/god/conditions/complex.rb, line 43
      def and_not(kind)
        oper = new_oper(kind, 0x5)
        yield oper if block_given?
      end