| 677 | } |
| 678 | |
| 679 | staticfn void |
| 680 | p_glow3(struct obj *otmp, const char *color) |
| 681 | { |
| 682 | pline("%s feebly%s%s for a moment.", |
| 683 | Yobjnam2(otmp, Blind ? "vibrate" : "glow"), |
| 684 | Blind ? "" : " ", Blind ? "" : hcolor(color)); |
| 685 | } |
| 686 | |
| 687 | /* getobj callback for object to charge */ |
| 688 | int |