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

Method rampaging

crawl-ref/source/actor.cc:337–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337int actor::rampaging() const
338{
339 return wearing_ego(OBJ_ARMOUR, SPARM_RAMPAGING)
340 + scan_artefacts(ARTP_RAMPAGING);
341}
342
343int actor::apply_ac(int damage, int max_damage, ac_type ac_rule, bool for_real) const
344{

Callers 7

unequip_artefact_effectFunction · 0.45
_unequip_armour_effectFunction · 0.45
_rampage_passive_stringFunction · 0.45
_extra_passive_effectsFunction · 0.45
_rampage_destinationFunction · 0.45
get_rampage_targetFunction · 0.45
move_player_actionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected