lib/gemwarrior/world.rb in gemwarrior-0.7.2 vs lib/gemwarrior/world.rb in gemwarrior-0.7.3

- old
+ new

@@ -13,10 +13,10 @@ ## ERRORS ERROR_LIST_PARAM_INVALID = 'That is not something that can be listed.' ERROR_LOCATION_DESCRIBE_ENTITY_INVALID = 'You do not see that here.' - attr_accessor :monsters, :locations, :player, :debug_mode + attr_accessor :monsters, :locations, :player, :debug_mode, :use_wordnik def initialize self.monsters = init_monsters self.locations = init_locations self.player = nil