From ef6fdbaf90c68a6931ae3f014423180825e8f1fb Mon Sep 17 00:00:00 2001 From: Zott820 Date: Sun, 1 Dec 2013 22:51:40 -0800 Subject: [PATCH] Update stories.js --- js/stories.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/stories.js b/js/stories.js index 3c789ee..a899bda 100755 --- a/js/stories.js +++ b/js/stories.js @@ -4,8 +4,8 @@ var messages = { "CannotBuyTurkey" : ["Me: I barely have time for ONE turkey, let alone TWO!"], "NoMoney" : ["Me: I can't afford this!"], "BuyTurkeyFirst" : ["Me: I should buy a turkey first!"], - "EmptyOven" : ["Me: I'll start cooking once I get a turkey"], - "OpenDoor" :["Me: I should probably try opening the oven door to measure the turkey's temperature"] + "EmptyOven" : ["Me: I'll start cooking once I get a turkey."], + "OpenDoor" :["Me: I should probably try opening the oven door to measure the turkey's temperature."] } //Terrible Results