From cf6b6b7e13f2e27cee75aa34225abde9f9c57c24 Mon Sep 17 00:00:00 2001 From: fdlt3917 Date: Thu, 9 Feb 2023 09:54:56 +0000 Subject: [PATCH] refactoring - host lifeline edited --- src/main/quizproject.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/quizproject.c b/src/main/quizproject.c index bd70150..319a242 100644 --- a/src/main/quizproject.c +++ b/src/main/quizproject.c @@ -1381,11 +1381,12 @@ void play_milliongame() { break; case 'H': if(million_lifeline_host != 1){ - printf("\nHint already used\n"); + printf("\nHost lifeline already used\n"); goto point_one; } else { million_lifeline_host = 0; - printf("Hint would be displayed here\n"); + printf("\n-----------HOST LIFELINE------------"); + printf("\nYou can now ask the Host for help\n"); goto point_one; } break;