Bug - Fixed Using sugar sheets

Jt

Member
I get the following after the first time I successfully use a sugar sheet.

> create sugar shirt

Verifying ingredients for sugar shirt (1)...
You can't fold that.

> ash item_amount($item[sugar sheet]);

Returned: 2

Thanks,
Jt
 

icon315

Member
Code:
> create sugar shirt

[COLOR="Red"]You lack a skill or other prerequisite for creating that item (TORSO).[/COLOR]
 

Spiny

Member
There have been a few bug reports posted regarding the occasional failure of creating an item out of a sugar sheet. I personally have never witnessed this first hand. I generally use "make" but it shouldn't be different than "create" as far as I know.
 

slyz

Developer
It happens to me occasionally, although I never tried to get a debug log. I will remember next time.
 

Veracity

Developer
Staff member
It happened to me, I got a debug log, and I figured it out, I believe. This (or the equivalent) will happen for any item which:

- we have to make one at a time (sugar, pixels, star charts, chefstaves, etc.)
- we've made one already this session - which sets the password hash in the cached request
- we've timed out and back in - which changes the password hash

Trying to make another of the same item will submit the request with the old password hash - which will, generally, just refresh the item creation page with no item made. For sugar, if we get no result, we say "you can't fold that."

Revision 8536
 
Top