Closed nskins closed 7 years ago
Change Entity.print_status so that puts "Battle Commands:" and the associated call to print_battle_commands are not executed when Entity.battle_commands.empty? is true. See lib/entity.rb.
Entity.print_status
puts "Battle Commands:"
print_battle_commands
Entity.battle_commands.empty?
Hi I would like to help. This is my first open-source contribution and this seems perfect for me! I love text-RPGs. (Zork!) Working on it now...
Change
Entity.print_status
so thatputs "Battle Commands:"
and the associated call toprint_battle_commands
are not executed whenEntity.battle_commands.empty?
is true. See lib/entity.rb.