| 468 | } |
| 469 | |
| 470 | void |
| 471 | self_invis_message(void) |
| 472 | { |
| 473 | pline("%s %s.", |
| 474 | Hallucination ? "Far out, man! You" |
| 475 | : "Gee! All of a sudden, you", |
| 476 | See_invisible ? "can see right through yourself" |
| 477 | : "can't see yourself"); |
| 478 | } |
| 479 | |
| 480 | staticfn void |
| 481 | ghost_from_bottle(void) |
no test coverage detected