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