From 2e9ccb20c099a69522c557cb9cb292242f02cc72 Mon Sep 17 00:00:00 2001 From: fdlt3917 Date: Thu, 9 Feb 2023 14:16:41 +0000 Subject: [PATCH] million game - updated instructions --- src/main/quizproject.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/quizproject.c b/src/main/quizproject.c index 9fba676..95d01e8 100644 --- a/src/main/quizproject.c +++ b/src/main/quizproject.c @@ -762,6 +762,7 @@ void million_instructions(){ printf("To use Fifty/Fifty Lifeline, Enter F\n"); printf("To ask a Friend for help, Enter P\n"); printf("To ask the Host for advice, Enter H\n"); + printf("Two checkpoints exist. You will fall back to them if you passed them before failing a question\n"); printf("-------------------INSTRUCTIONS--------------------\n"); }