strange_feeling
void strange_feeling(struct obj *, const char *);
strange_feeling(otmp, "You feel threatened.");
strange_feeling(otmp, "You feel a pull downward.");
strange_feeling(scroll, "Your skin glows then fades.");
strange_feeling(scroll, "Your bones itch.");
strange_feeling(scroll, "Your skin itches.");
strange_feeling(scroll, "Your toes stop itching.");
strange_feeling(scroll, "You feel materially poor.");
strange_feeling(scroll, "Your nose twitches.");
strange_feeling(otmp,
messagef(0, "%s", strange_feeling);
messagef(0, "%s", strange_feeling);
static const char strange_feeling[] =