Is this creature despised by the so-called 'good gods'?
| 1140 | |
| 1141 | /// Is this creature despised by the so-called 'good gods'? |
| 1142 | bool actor::evil() const |
| 1143 | { |
| 1144 | return bool(holiness() & (MH_UNDEAD | MH_DEMONIC)); |
| 1145 | } |
| 1146 | |
| 1147 | // Triggers post-movement effects for this actor as if they had just moved into |
| 1148 | // their current location by some means. |
no outgoing calls
no test coverage detected