Disambiguate shuffle alts from hscript line prefix

This commit is contained in:
2019-06-06 10:37:32 -06:00
parent ef8c8631e5
commit b05aa5b872
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
- (start)
Shuffle sequences are {~deterministic|always the same|reliable|reproducible|->finish} if you specify a seed to your Story object.
Shuffle sequences are {%deterministic|always the same|reliable|reproducible|->finish} if you specify a seed to your Story object.
-> start
- (finish)
compatible with fully automated save states!

View File

@@ -22,7 +22,7 @@ class Alt {
'>' => Sequence,
'!' => OnceOnly,
'&' => Cycle,
'~' => Shuffle,
'%' => Shuffle,
'sequence:' => Sequence,
'once:' => OnceOnly,
'cycle:' => Cycle,