Skip to content

Commit

Permalink
Epilogue type
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBluth committed Mar 7, 2016
1 parent cbb392c commit a2958e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/js/scenarioEditor/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@ var SCENARIO_ORDER = {
Middle_One : 2,
Middle_Two : 3,
Middle_Three : 4,
End : 5
End : 5,
Epilogue : 6
};

function TriggerResource() {
Expand Down

0 comments on commit a2958e3

Please sign in to comment.