# File lib/god/conditions/complex.rb, line 33
      def this(kind)
        @this = Condition.generate(kind, self.watch)
        yield @this if block_given?
      end