diff --git a/src/intro.cpp b/src/intro.cpp index af7a408..7110112 100644 --- a/src/intro.cpp +++ b/src/intro.cpp @@ -2,8 +2,9 @@ void Intro::mainIntro(){ Sleep sleep; - int time = 2000; + int time = 1000; sleep.delay(time); sleep.type("The world didn't end with a bang. It ended with a groan.. and the scratching of death fingers against steel shutters."); sleep.delay(time); + sleep.type("Pete used to sell shotgun, slug, and survival tips to deer hunters and doomsday preppers out of his rundown gun store "); }