Home
last modified time | relevance | path

Searched refs:foe_memory (Results 1 – 16 of 16) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-behv.cc549 if (mon->foe_memory > 0) in handle_behaviour()
568 mon->foe_memory = 0; in handle_behaviour()
575 mon->foe_memory = 0; in handle_behaviour()
580 if (mon->foe_memory <= 0 in handle_behaviour()
616 mon->foe_memory = random_range(450, 1000); in handle_behaviour()
619 mon->foe_memory = random_range(250, 550); in handle_behaviour()
622 mon->foe_memory = random_range(100, 300); in handle_behaviour()
887 mon->foe_memory = 0; in handle_behaviour()
1376 if (m->foe == target->mindex() && m->foe_memory > 0) in shake_off_monsters()
1383 m->mindex(), target->mindex(), m->foe_memory); in shake_off_monsters()
[all …]
H A Dtimed-effects.cc906 mon.foe_memory = max(mon.foe_memory - turns, 0); in update_monster()
H A Ddbg-util.cc369 mon->colour, mon->foe_memory, mon->shield_blocks, mon->experience); in debug_dump_mon()
H A Dmonster.h103 int foe_memory; // how long to 'remember' foe x,y variable
H A Dmonster.cc81 foe_memory(0), god(GOD_NO_GOD), ghost(), seen_context(SC_NONE), in monster()
143 foe_memory = 0; in reset()
200 foe_memory = mon.foe_memory; in init_with()
4561 foe_memory = 0; in ghost_init()
H A Dwiz-mon.cc489 mons.foe_memory, in debug_stethoscope()
H A Dspl-transloc.cc784 mi->foe_memory = 0; in _handle_teleport_update()
H A Dmon-act.cc1482 if (mons.foe_memory > 0 && !you.penance[GOD_ASHENZARI]) in _pre_monster_move()
1483 mons.foe_memory -= you.time_taken; in _pre_monster_move()
H A Dmon-place.cc1334 mon->foe_memory = 0; in _place_monster_aux()
H A Dtags.cc5670 marshallInt(th, m.foe_memory); in marshallMonster()
6658 m.foe_memory = unmarshallInt(th); in unmarshallMonster()
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dexterns.h367 int foe_memory; // how long to 'remember' foe x,y member
H A Dmonstuff.cc1488 if (mon->foe_memory > 0 && mon->foe != MHITNOT) in handle_behaviour()
1508 mon->foe_memory = 1; in handle_behaviour()
1518 mon->foe_memory = 1; in handle_behaviour()
1524 if (mon->foe_memory < 2) in handle_behaviour()
1526 mon->foe_memory = 0; in handle_behaviour()
1552 mon->foe_memory = memory; in handle_behaviour()
1668 mon->foe_memory = 0; in handle_behaviour()
3399 if (monster->foe_memory > 0) in handle_monsters()
3400 monster->foe_memory--; in handle_monsters()
H A Dmonplace.cc520 menv[id].foe_memory = 0; in place_monster_aux()
H A Ddebug.cc1213 menv[i].foe_memory, in stethoscope()
H A Dfiles.cc1063 menv[imn].foe_memory = 0; in load_ghost()
H A Dtags.cc1781 menv[i].foe_memory = 0; in tag_missing_level_attitude()