Changeset 13 for src/map/unit.c
- Timestamp:
- 07/01/08 03:42:55 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
src/map/unit.c
r10 r13 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 310 if(ud->walktimer != -1) { … … 378 375 if (sc && sc->data[SC_CONFUSION]) //Randomize the target position 379 376 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 380 381 381 382 if(ud->walktimer != -1) {