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