83 84 85
# File 'lib/Olib/character/char.rb', line 83 def Char.left GameObj.left_hand.name == "Empty" ? nil : Olib::Item.new(GameObj.left_hand) end