Skip to content
Snippets Groups Projects
Commit fa42c923 authored by Tim Repke's avatar Tim Repke
Browse files

removed debugging progress state

parent 27358559
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ Environment.progress = {
// MAP RELATED things
// fs related
fs_firstApproach: !false,
fs_georgeScreamed: !false,
fs_firstApproach: false,
fs_georgeScreamed: false,
fs_filledBoard: false,
// landing map related
......
......@@ -12,7 +12,7 @@ Story.actions = {
welcome_message: false, // welcome message spoken
studityp: false, // asked for studityp
failed: false, // was approached before, but had no money
successful: !false // all done with this action (equivalent to Environment.progress.fs_firstApproach)
successful: false // all done with this action (equivalent to Environment.progress.fs_firstApproach)
},
possible: function () {
return (!Story.actions.fs_firstApproach.state.successful && !Story.actions.fs_firstApproach.state.failed) ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment