comparison data/npcs/fishmonger.json @ 238:df306bfd632e

you only get one fish
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Thu, 07 Apr 2011 14:50:17 +0200
parents 6a35a74824ca
children 2844edb6c1cc
comparison
equal deleted inserted replaced
237:e06c54d7701f 238:df306bfd632e
8 "text" : "Thank the deities, I am saved! If you ever need some fish, my fox friend, I’m your man.", 8 "text" : "Thank the deities, I am saved! If you ever need some fish, my fox friend, I’m your man.",
9 "auto_next": "state.salmon" 9 "auto_next": "state.salmon"
10 }, 10 },
11 "salmon" : { 11 "salmon" : {
12 "text" : "Here you go, fox. A delicious fresh salmon – I caught it just this morning.", 12 "text" : "Here you go, fox. A delicious fresh salmon – I caught it just this morning.",
13 "auto_next": "state.happy"
14 },
15 "happy" : {
13 } 16 }
14 } 17 }