Changeset 10 for src/map/unit.c
- Timestamp:
- 07/01/08 02:49:27 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/map/unit.c
r1 r10 306 306 if (sc && sc->data[SC_CONFUSION]) //Randomize the target position 307 307 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 312 309 313 if(ud->walktimer != -1) {