| 164 | } |
| 165 | |
| 166 | bool HasRangedSpell() |
| 167 | { |
| 168 | int spl = plr[myplr]._pRSpell; |
| 169 | |
| 170 | return spl != SPL_INVALID |
| 171 | && spl != SPL_TOWN |
| 172 | && spl != SPL_TELEPORT |
| 173 | && spelldata[spl].sTargeted |
| 174 | && !spelldata[spl].sTownSpell; |
| 175 | } |
| 176 | |
| 177 | bool CanTargetMonster(int mi) |
| 178 | { |
no outgoing calls
no test coverage detected