Changeset 13 for src/map/unit.c

Show
Ignore:
Timestamp:
07/01/08 03:42:55 (17 years ago)
Author:
jinshiro
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/map/unit.c

    r10 r13  
    306306        if (sc && sc->data[SC_CONFUSION]) //Randomize the target position 
    307307                map_random_dir(bl, &ud->to_x, &ud->to_y); 
    308         //Custom Jobs (blackmagic) 
    309         if (sc && sc->data[SC_FEAR]) //Flee from my target [Brainstorm] 
    310                 unit_escape(bl, tbl, 15); 
    311         //Custom Job End 
     308 
    312309 
    313310        if(ud->walktimer != -1) { 
     
    378375        if (sc && sc->data[SC_CONFUSION]) //Randomize the target position 
    379376                map_random_dir(bl, &ud->to_x, &ud->to_y); 
     377        //Custom Jobs (blackmagic) 
     378        if (sc && sc->data[SC_FEAR]) //Flee from my target [Brainstorm] 
     379                unit_escape(bl, tbl, 15); 
     380        //Custom Job End 
    380381 
    381382        if(ud->walktimer != -1) {