Bug - Fixed _fudgeSporkUsed tracking failed

I've used a fudge spork today in mafia via ASH:
Code:
eat(1,$item[fudge spork]);
Followed by eating a thing. In this case it was a spaghetti breakfast. Testing on a multi, using a spork via the cli and eating a devilled egg also failed to track spork usage.

On trying to use another Kol now tells me
Code:
You've already had a fudge spork today. You wouldn't want to get a cavity.

But
Code:
> ash get_property("_fudgeSporkUsed")

Returned: false

Tracking was added in r16479. I'm unsure if I've tested it before, so it's quite possible that it's never worked
 
Top