Issue747

Title Toolkit completely harmless to biologicals
Priority minor Status resolved
Assigned To jesusalva Keywords dialog
Linked issues Dixon Dialog shows options 43 and 45 simultaneously
View: 554
Watchers jesusalva

Submitted on 2014-06-24 21h11 by mhwombat, last changed by matthiaskrgr.

Messages
Author: mhwombat Date: 2014-06-24   21h11
Dixon says: "Just try to get the toolkit and get out of there as quickly as
possible. Best of all, it's completely harmless to biologicals"

I think there is a missing sentence in there where Dixon gives me some sort of
explosive. It's the explosive that's harmless to biologicals, not the toolkit.

I got here by telling Dixon I thought the bots were sentient, then telling him I
was joking.
Author: jesusalva Date: 2014-06-26   01h19
Ok, it's there:
dialogs/Dixon.lua:389
But it doesn't fit the description of your report... Oh wait. You mean that we 
should reword it?
Author: jesusalva Date: 2014-06-26   01h23
Hmm... Reproduced the bug...
 Dixon should had talked about the explosives. Odd.
Author: jesusalva Date: 2014-06-26   01h27
Hmm... Funny. Lua doesn't seems to be processing the engine...

Ok, this shall work for now:

Change line 383 in Dixon.lua to:
"			else -- 1 grenade"

This way, it will work.

...Still a bug. I'm going to debug a little...
Author: jesusalva Date: 2014-06-26   01h40
...a few minutes of debugging, I think that lua is registering the difficulty as 
a local var but when it reaches the 'if' loop, it reads a (inexistent) global 
variable.

I may be wrong, of course.
Author: matthiaskrgr Date: 2014-06-27   19h33
Good finding! Should be fixed with commit
0fd0089171c563accc24e47552c810a8a7c433fd in freedroidRPG git. ( Review Request 2079 )
History
Date User Action Args
2014-06-27 19:33:54matthiaskrgrsetstatus: open -> resolved
assignedto: jesusalva
messages: + msg2827
nosy: + jesusalva
2014-06-26 01:40:35jesusalvasetmessages: + msg2815
2014-06-26 01:27:14jesusalvasetmessages: + msg2814
2014-06-26 01:23:19jesusalvasetmessages: + msg2813
2014-06-26 01:19:04jesusalvasetmessages: + msg2812
2014-06-24 21:11:43mhwombatcreate