lib/gamefic/world/scenes.rb in gamefic-2.0.1 vs lib/gamefic/world/scenes.rb in gamefic-2.0.2
- old
+ new
@@ -33,11 +33,11 @@
player.playbooks.push playbook unless player.playbooks.include?(playbook)
player.cue default_scene
players.push player
@introduction.call(player) unless @introduction.nil?
# @todo Find a better way to persist player characters
- Gamefic::Index.stick
+ # Gamefic::Index.stick
end
# Create a multiple-choice scene.
# The user will be required to make a valid choice to continue.
#
@@ -142,10 +142,10 @@
def conclusion &block
s = Scene::Conclusion.subclass &block
scene_classes.push s
s
end
-
+
# Create a custom scene.
#
# Custom scenes should always specify the next scene to be cued or
# prepared. If not, the scene will get repeated on the next turn.
#