comparison data/npcs/actor.json @ 535:d7f3329a6bf8

Fix theatre mission.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 10 Apr 2011 00:26:39 +0200
parents e1436dacca69
children
comparison
equal deleted inserted replaced
534:6c939898c1f4 535:d7f3329a6bf8
12 "no" : { 12 "no" : {
13 "text" : "NO! What have you done? The others are going to kill me when they see this mess. Fame and fortune are just not worth that. Aiiii!", 13 "text" : "NO! What have you done? The others are going to kill me when they see this mess. Fame and fortune are just not worth that. Aiiii!",
14 "auto_next": "state.gone" 14 "auto_next": "state.gone"
15 }, 15 },
16 "gone" : { 16 "gone" : {
17 "no_entry": "drop_item('tail_lightning')" 17 "on_entry": "drop_item('tail_lightning')"
18 } 18 }
19 } 19 }