Thanks for posting the screenshot TitusOvid. Although it's perplexing how such things are freely communicated on some random, hidden niche third-party fan site. Whereas no effort whatsoever has been made on the Official DDO Forum; within an official thread, during 2021. :-/
Code:
if (Hallucination) {
if (!obj->spe) {
pline("All you see is funky %s haze.", hcolor((char *) 0));
} else {
switch (rnd(6)) {
case 1:
You("grok some groovy globs of incandescent lava.");
break;
case 2:
pline("Whoa! Psychedelic colors, %s!",
poly_gender() == 1 ? "babe" : "dude");
break;
case 3:
pline_The("crystal pulses with sinister %s light!",
hcolor((char *) 0));
break;
case 4:
You_see("goldfish swimming above fluorescent rocks.");
break;
case 5:
You_see(
"tiny snowflakes spinning around a miniature farmhouse.");
break;
default:
pline("Oh wow... like a kaleidoscope!");
break;
}
consume_obj_charge(obj, TRUE);
}
return;
}
It wouldn't have mattered if there had been a message in the Forum saying nearly the same, e.g. "We are aware and haven't found a solution, yet, etc." It's the fact there still hasn't been an official response within the forum itself.