Skip to content
Permalink
Browse files
Merge branch 'master' into patch-3
  • Loading branch information
sabatierb committed Apr 16, 2021
2 parents a796a17 + 1071c46 commit 0c3acd87804575a97d315de62a07d0d8ebc89e3e
Showing 1 changed file with 8 additions and 0 deletions.
@@ -21,7 +21,11 @@ int main() {
std::cout << "\n";
} while (mars_choice != 1 && mars_choice != 2);


if (sameed_choice == 1) {

if (mars_choice == 1) {

std::cout << " It turns out to be Sky!\n\n";
std::cout << " Sky jumps on Sameed while smiling\n\n";
std::cout << " Press any char to continue\n";
@@ -60,7 +64,11 @@ int main() {
std::cout << "\n";
} while (mars_choice != 1 && mars_choice != 2);
system("CLS");

if (sameed_choice == 1) {

if (mars_choice == 1) {

std::cout << "\n\n";
std::cout << " 'Thank you!' my friend shouts while running off to continue battling with the Theif\n\n";
std::cout << " Sameed runs after Sameed.... 'OMG wait me!'\n\n";

0 comments on commit 0c3acd8

Please sign in to comment.