Return a random hallucinatory blast. */
| 49 | |
| 50 | /* Return a random hallucinatory blast. */ |
| 51 | const char * |
| 52 | rnd_hallublast(void) |
| 53 | { |
| 54 | return ROLL_FROM(hallublasts); |
| 55 | } |
| 56 | |
| 57 | boolean |
| 58 | m_has_launcher_and_ammo(struct monst *mtmp) |
no outgoing calls
no test coverage detected