From 2b3e63cea342d5cedc2d5643e11a597f6600ac7f Mon Sep 17 00:00:00 2001 From: "onigiri.potato" <69775934+onigiripotato@users.noreply.github.com> Date: Wed, 21 Oct 2020 20:25:28 +0800 Subject: [PATCH] Update a-bot.py --- a-bot.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/a-bot.py b/a-bot.py index 73366ab..5de4f29 100644 --- a/a-bot.py +++ b/a-bot.py @@ -37,6 +37,14 @@ feelings_list.append("bored") encouragement_list.append("i'm impressed. You're bored enough to talk to a bot. Wait, isn't that just lonely?") counter += 1 + if each_word == "dead": + feelings_list.append("dead") + encouragement_list.append("Good. Keep up the good work :D") + counter += 1 + if each_word == "food": + feelings_list.append("food") + encouragement_list.append("Eat some onigiris, they'll help. Just remember to check for poison before you eat, unlesss you like the taste of poison.") + counter += 1 if counter == 0: