Method: StudioGame::Playable#wOOt

Defined in:
lib/studio_game/playable.rb

#wOOtObject



12
13
14
15
# File 'lib/studio_game/playable.rb', line 12

def wOOt
  self.health += 15
  puts "#{self.name} got wOOted!"
end