Update talking_npc.py

This commit is contained in:
grungies1138 2016-10-11 09:28:17 -05:00 committed by Griatch
parent eb4be28d88
commit 849f4bde71

View file

@ -64,7 +64,8 @@ def info1(caller):
options = ({"desc": "Sure, *I* do, not sure how you do though. You are just an NPC.",
"goto": "info3"},
{"desc": "Sure I do. What's yer name, NPC?"},
{"desc": "Sure I do. What's yer name, NPC?",
"goto": "info2"},
{"desc": "Ok, bye for now then."},
{"goto": "END"})