nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

BattleCommand info should be absent for empty variable #78

Closed nskins closed 7 years ago

nskins commented 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.

ryancoopersmith commented 7 years ago

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...