Skip to content

Commit

Permalink
CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
machinshin committed Apr 12, 2021
1 parent 990363e commit bc2ca51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/machines/unprisoning_your_think_rhino.fsl
Expand Up @@ -7,12 +7,15 @@ machine_version : 1.0.0;
fsl_version : 1.0.0;
flow: down;

arrange [ Activity Choice ];
arrange [ Time "Extra Time" ];

Delivery -> [ Contestibility Improvulence ];

Contestibility -> [ Bettering UnBettering ] -> Itself;

Improvulence -> [ Upsoar YesNess ] -> Itself;

Precision -> Activity -> Time;
Time -> ExtraTime;
Precision -> Choice -> ExtraTime;
Time <-> "Extra Time";
Precision -> Choice -> "Extra Time";

0 comments on commit bc2ca51

Please sign in to comment.