Bug - Fixed Munchies pills queued last in item manager and used last

jwylot

Member
Using r9006. Added munchies pills to queue in item manager as an afterthought. It showed them at top of queue but used after consuming.

Code:
Eating 1 grue egg omelette...
You gain 28 Adventures
You gain 40 Beefiness
You gain 42 Mysteriousness
You gain 40 Cheek
You lose some of an effect: Got Milk
Finished eating 1 grue egg omelette.
Eating 2 rat appendix chow mein...
You gain 30 Adventures
You gain 71 Chutzpah
You lose some of an effect: Got Milk
You gain 30 Adventures
You gain 74 Chutzpah
You lose some of an effect: Got Milk
Finished eating 2 rat appendix chow mein.
Using 3 munchies pill...
Finished using 3 munchies pill.
 

Veracity

Developer
Staff member
The queue is, in fact, a queue: First In, First Out. It will use things in the order you queue. So, if you queued the munchies pills last then, by golly, they will get used last.

That is not a bug.

If there is a bug, it is that we don't DISPLAY the queue in the order you queue things. That could involve showing the same concotion in multiple places if you queue one, queue something else, and then queue another of the first concoction.
 

Bale

Minion
More like a lacking feature than a bug. It might be good if the queue was displayed FIFO.
 

Veracity

Developer
Staff member
Code:
r12743 | veracity0 | 2013-09-29 00:04:02 -0400 (Sun, 29 Sep 2013) | 4 lines

Keep an actual "queue" of food/booze/spleen items to be consumed.
ItemManager Food/Booze/Spleen panel shows the queue, rather than the list of
"usable" items filtered to show only those that have things queued.
 
Top