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