riding blocks stealth unless hero+steed fly */
| 155 | |
| 156 | /* riding blocks stealth unless hero+steed fly */ |
| 157 | void |
| 158 | steed_vs_stealth(void) |
| 159 | { |
| 160 | if (u.usteed && !Flying && !Levitation) |
| 161 | BStealth |= FROMOUTSIDE; |
| 162 | else |
| 163 | BStealth &= ~FROMOUTSIDE; |
| 164 | } |
| 165 | |
| 166 | /* for changing into form that's immune to strangulation */ |
| 167 | staticfn void |
no outgoing calls
no test coverage detected