Home
last modified time | relevance | path

Searched refs:find_battlesphere (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dspl-summoning.h94 monster* find_battlesphere(const actor* agent);
H A Dspl-summoning.cc2092 monster* find_battlesphere(const actor* agent) in find_battlesphere() function
2125 if (agent->is_player() && (battlesphere = find_battlesphere(&you))) in cast_battlesphere()
2156 ASSERT(!find_battlesphere(agent)); in cast_battlesphere()
2245 monster* battlesphere = find_battlesphere(agent); in aim_battlesphere()
2289 monster* battlesphere = find_battlesphere(agent); in trigger_battlesphere()
H A Dart-func.h1441 end_battlesphere(find_battlesphere(&you), false); in _BATTLE_unequip()
1446 if (!find_battlesphere(&you) in _BATTLE_world_reacts()
H A Dmonster.cc6587 avatar = find_battlesphere(this); in remove_summons()
H A Dmon-cast.cc7438 return ai_action::good_or_bad(!find_battlesphere(mon)); in _monster_spell_goodness()