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