| 2424 | } |
| 2425 | |
| 2426 | const char * |
| 2427 | glow_color(int arti_indx) |
| 2428 | { |
| 2429 | int colornum = artilist[arti_indx].acolor; |
| 2430 | const char *colorstr = clr2colorname(colornum); |
| 2431 | |
| 2432 | return hcolor(colorstr); |
| 2433 | } |
| 2434 | |
| 2435 | /* glow verb; [0] holds the value used when blind */ |
| 2436 | static const char *const glow_verbs[] = { |
no test coverage detected