comparison data/npcs/tetsuo.json @ 593:75e955c11154

Fix skip sabotaging deal bug
author Neil Muller <drnlmuller@gmail.com>
date Sun, 10 Apr 2011 19:29:40 +0200
parents 8f7bd983e394
children
comparison
equal deleted inserted replaced
592:1386cae4cc15 593:75e955c11154
15 "auto_next" : "state.inspecting", 15 "auto_next" : "state.inspecting",
16 "on_exit" : "switch_to('kaneda2')" 16 "on_exit" : "switch_to('kaneda2')"
17 }, 17 },
18 "inspecting" : { 18 "inspecting" : {
19 "events" : [ 19 "events" : [
20 { "matches" : "npcs.kaneda2.state != 'inspecting'", "next": "state.shoddy" } 20 { "matches" : "world.missions.kanedas_agreement_disrupted", "next": "state.shoddy" }
21 ] 21 ],
22 "on_exit": "if npcs.kaneda2.state == 'inspecting': switch_to('kaneda2')"
22 }, 23 },
23 "shoddy" : { 24 "shoddy" : {
24 "text" : "You should speak! The shoddy nature of your goods is simply unacceptable.", 25 "text" : "You should speak! The shoddy nature of your goods is simply unacceptable.",
25 "auto_next" : "state.cheat", 26 "auto_next" : "state.cheat",
26 "on_exit" : "switch_to('kaneda2')" 27 "on_exit" : "switch_to('kaneda2')"