diff --git a/data/imp.lua b/data/imp.lua index 3dc6f0e..fd0ec61 100644 --- a/data/imp.lua +++ b/data/imp.lua @@ -127,21 +127,41 @@ if DEBUG_FN_NAME then print("fight") end {action="right" , event="target"}}}, {next=4, actions= {{action="right" , event="land"}, {action="left" , event="target"}}}, - {next=3, actions= {{action="right" , event="prefall"}, + {next=4, actions= {{action="right" , event="prefall"}, + {action="jumpfwd", event="land"}, + {action="left" , event="target"}}}, + {next=10, actions= {{action="right" , event="prefall"}, {action="jumpfwd", event="land"}, {action="right" , event="target"}}}, + {next=6, actions= {{action="right" , event="prefall"}, + {action="jumpfwd", event="land"}, + {action="right" , event="target"}}}, + {next=5, actions= {{action="right" , event="prefall"}, + {action="jumpfwd", event="land"}, + {action="right" , event="land"}, + {action="left" , event="target"}}}, {next=5, actions= {{action="right" , event="target"}}} } self.paths[2] = { - {next=3, actions={{action="left" , event="prefall"}, - {action="jumpfwd", event="land"}, - {action="left" , event="target"}}}, - {next=6, actions={{action="left" , event="land"}, - {action="right" , event="target"}}}, - {next=3, actions={{action="left" , event="prefall"}, - {action="jumpfwd", event="land"}, - {action="left" , event="target"}}}, - {next=5, actions={{action="left" , event="target"}}} + {next=3, actions={{action="left" , event="prefall"}, + {action="jumpfwd" , event="land"}, + {action="left" , event="target"}}}, + {next=6, actions={{action="left" , event="land"}, + {action="right" , event="target"}}}, + {next=6, actions= {{action="left" , event="prefall"}, + {action="jumpfwd", event="land"}, + {action="right" , event="target"}}}, + {next=9, actions= {{action="left" , event="prefall"}, + {action="jumpfwd", event="land"}, + {action="left" , event="target"}}}, + {next=4, actions= {{action="left" , event="prefall"}, + {action="jumpfwd", event="land"}, + {action="left" , event="target"}}}, + {next=5, actions= {{action="left" , event="prefall"}, + {action="jumpfwd", event="land"}, + {action="left" , event="land"}, + {action="right" , event="target"}}}, + {next=5, actions={{action="left" , event="target"}}} } self.paths[3] = { {next=1, actions={{action="left" , event="prefall"},