Changeset 10 for src/map/unit.c

Show
Ignore:
Timestamp:
07/01/08 02:49:27 (17 years ago)
Author:
jinshiro
Message:

Finished Draft for Adept, Necro and Warlock.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/map/unit.c

    r1 r10  
    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 
    308312 
    309313        if(ud->walktimer != -1) {