lib/gemwarrior/world.rb in gemwarrior-0.11.0 vs lib/gemwarrior/world.rb in gemwarrior-0.11.1
- old
+ new
@@ -15,10 +15,17 @@
ERROR_LIST_PARAM_INVALID = 'That is not something that can be listed.'
ERROR_DESCRIBE_ENTITY_INVALID = 'You do not see that here.'
WORLD_DIM_WIDTH = 10
WORLD_DIM_HEIGHT = 10
- attr_accessor :monsters, :locations, :weapons, :player, :duration, :emerald_beaten
+ attr_accessor :monsters,
+ :locations,
+ :weapons,
+ :player,
+ :duration,
+ :emerald_beaten,
+ :shifty_to_jewel,
+ :shifty_has_jeweled
def describe(point)
desc_text = "[>>> #{point.name_display.upcase} <<<]".colorize(:cyan)
if GameOptions.data['debug_mode']