68 69 70 71 72 73
# File 'lib/game/character.rb', line 68 def weaken(amount) if @state != Core::Game::DEAD @endurance -= amount calc_status end end