summaryrefslogtreecommitdiffstats
path: root/gpt_adventure.py
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-02-16 05:25:29 +0000
committerRose Hogenson <rhogenson@posteo.net>2022-02-16 05:25:29 +0000
commit7d447d586446e82a88252ce81136a55556c09503 (patch)
tree3eb895d65e3f5bd2618804cd73bf07eedbe6a12e /gpt_adventure.py
parentRename to GPT adventure. (diff)
downloadgpt-adventure-7d447d586446e82a88252ce81136a55556c09503.tar.zst
Delete the doctor scenario.
Diffstat (limited to 'gpt_adventure.py')
-rwxr-xr-xgpt_adventure.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/gpt_adventure.py b/gpt_adventure.py
index e4dceb5..c151cdc 100755
--- a/gpt_adventure.py
+++ b/gpt_adventure.py
@@ -68,18 +68,6 @@ def pick_flavor() -> str:
"purifier for your settlement. You arrive at an\n"
"abandoned settlement to the east of your home."
),
- "doctor": (
- "Your name is Amelia Plenn. Today is your doctors appointment.\n"
- "You're kind of not looking forward to it because your doctor\n"
- "is kind of weird, but today when you get to the doctor's office\n"
- "it's a different person than usual.\n\n"
- "The new doctor says to you, \"Hello, my name is Doctor Cockman.\n"
- "It's my pleasure to see you today.\"\n\n"
- "Doctor Cockman is very handsome, and you feel yourself blush as\n"
- "he leads you to the doctor's seat. You sit in the seat and he\n"
- "runs his warm hands up and down your arms.\n\n"
- "\"Are you feeling alright?\" Doctor Cockman asks."
- )
}
choices = []
for i, (scenario, script) in enumerate(flavors.items()):