MCPcopy Create free account
hub / github.com/crawl/crawl / reflection

Method reflection

crawl-ref/source/actor.cc:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284bool actor::reflection(bool items) const
285{
286 return items &&
287 (wearing_jewellery(AMU_REFLECTION)
288 || wearing_ego(OBJ_ARMOUR, SPARM_REFLECTION));
289}
290
291int actor::extra_harm(bool items) const
292{

Callers 5

monster_infoMethod · 0.45
handle_phase_blockedMethod · 0.45
_extra_passive_effectsFunction · 0.45
iood_actFunction · 0.45
is_reflectableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected