Skip to content

Commit

Permalink
removed duplicate message (#3289)
Browse files Browse the repository at this point in the history
Removed a second copy of "/You continue (.*)/"
  • Loading branch information
Glimmereyes authored and rpherbig committed Nov 30, 2018
1 parent a721c77 commit 837f61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance.lic
Expand Up @@ -46,7 +46,7 @@ class Performance
case line
when /muster the strength to perform/
pause 30
when /You begin (.*)/, /You continue (.*)/, /You find yourself relaxing (.*)/, /You concentrate on your sense of rhythm (.*)/, /You continue (.*)/, /You cannot use the/
when /You begin (.*)/, /You continue (.*)/, /You find yourself relaxing (.*)/, /You concentrate on your sense of rhythm (.*)/, /You cannot use the/
exit if done_training?
when /You finish (.*)/
if done_training?
Expand Down

0 comments on commit 837f61a

Please sign in to comment.