12 13 14 15
# File 'lib/studio_game/playable.rb', line 12 def wOOt self.health += 15 puts "#{self.name} got wOOted!" end