Bug - Fixed Trying to use an unusable item from the gCLI produces wrong error message

Veracity

Developer
Staff member
But when you search the list of all usable items, 8-ball DOES have no matches.
Nor does it have any matches in the list of foods, so if you try to "eat 8-ball", you will get the same message.
Ditto for drinking (booze) and chewing (spleen toxins).

I accept that your suggestion is better from a UI perspective, but, considering that it is accurate, not that the current behavior is "wrong". ;)
 

Veracity

Developer
Staff member
However, revision 17440 might suit you better.

Code:
[color=green]> use 8-ball[/color]

[color=red][8-ball] cannot be used.[/color]

[color=green]> eat 8-ball[/color]

[color=red][8-ball] cannot be eaten.[/color]

[color=green]> drink 8-ball[/color]

[color=red][8-ball] cannot be drunk.[/color]

[color=green]> chew 8-ball[/color]

[color=red][8-ball] cannot be chewed.[/color]

[color=green]> create 8-ball[/color]

[color=red][8-ball] cannot be created.[/color]

[color=green]> untinker 8-ball[/color]

[color=red][8-ball] cannot be untinkered.[/color]

[color=green]> equip 8-ball[/color]

[color=red][8-ball] cannot be equipped.[/color]
 
Top