Issue755

Title Kevin says "hello again", or "welcome back", but we only just met
Priority bug Status resolved
Assigned To matthiaskrgr Keywords
Linked issues Watchers matthiaskrgr

Submitted on 2014-07-12 22h31 by mhwombat, last changed by matthiaskrgr.

Messages
Author: mhwombat Date: 2014-07-12   22h31
I just met Kevin for the *first* time (on this playthrough), and he said "Well,
hello again." I then retried from my last save, and he said "Welcome back".
Author: matthiaskrgr Date: 2014-07-13   12h42
Hi, what Tux and Kevin say is decided randomly in this situaton:

			Tux:says_random(_"Hello.",
					_"Hi there, Kevin.")
			Npc:says_random(_"Well, hello again.",
					_"Hello hello.",
					_"Welcome back.")

but I agree, it's a bit odd to say "Welcome back" when meeting for the first
time. I'll fix that.

Thanks for the report :)
Author: matthiaskrgr Date: 2014-07-13   12h46
Should be fixed in 7fd06a002bd8624cac699bc95311e23890f22c96 . :)
History
Date User Action Args
2014-07-13 12:46:56matthiaskrgrsetstatus: open -> resolved
assignedto: matthiaskrgr
messages: + msg2853
nosy: + matthiaskrgr
2014-07-13 12:42:04matthiaskrgrsetmessages: + msg2852
2014-07-12 22:32:42mhwombatsettitle: Kevin says "hello *again*, or welcome back, but we only just met -> Kevin says "hello again", or "welcome back", but we only just met
2014-07-12 22:32:20mhwombatsettitle: Kevin says hello *again*, or welcome back, but we only just met -> Kevin says "hello *again*, or welcome back, but we only just met
2014-07-12 22:31:58mhwombatcreate