Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmonster.cc2985 static bool _you_responsible_for_ench(mon_enchant me) in _you_responsible_for_ench() function
2999 return (me.ench == ENCH_CONFUSION && _you_responsible_for_ench(me)) in confused_by_you()
3000 || (me2.ench == ENCH_MAD && _you_responsible_for_ench(me2)); in confused_by_you()