Class: MISSIONGAME::Story

Inherits:
Object
  • Object
show all
Defined in:
lib/story.rb

Instance Method Summary collapse

Instance Method Details

#area_mountainObject



71
72
73
# File 'lib/story.rb', line 71

def area_mountain
  return STORY_AREA_MOUNTAIN
end

#area_treeObject



63
64
65
# File 'lib/story.rb', line 63

def area_tree
  return STORY_AREA_TREE
end

#area_villaineObject



75
76
77
# File 'lib/story.rb', line 75

def area_villaine
  return STORY_AREA_VILLAINE
end

#area_waterObject



67
68
69
# File 'lib/story.rb', line 67

def area_water
  return STORY_AREA_WATER
end

#endingObject



59
60
61
# File 'lib/story.rb', line 59

def ending
  return STORY_END
end

#introObject



55
56
57
# File 'lib/story.rb', line 55

def intro
  return STORY_INTRO
end

#player_deadObject



79
80
81
# File 'lib/story.rb', line 79

def player_dead
  return STORY_PLAYER_DEAD
end