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