Bug - Fixed Please, Hammer overexuberant

ziz

Member
SVN revision 8278, OS X.

Whilst doing the hobo gristle bounty in aftercore, the Harold's hammer automatic creation seems to fire a bit early:

Code:
[3467] Sleazy Back Alley
Encounter: Please, Hammer
Verifying ingredients for Harold's hammer (1)...
[color=red]You need 1 more Harold's hammer head to continue.[/color]
You acquire an item: Harold's hammer head
You acquire an item: Harold's hammer handle

Immediately manually making the hammer worked:
Code:
[color=#BB8844]> make harold's hammer[/color]

Verifying ingredients for Harold's hammer (1)...
Creating Harold's hammer (1)...
You acquire an item: Harold's hammer
Successfully created Harold's hammer (1)
 
Last edited by a moderator:

Veracity

Developer
Staff member
Rats. I moved the "post choice" choice handler before result processing so that logging of the final move of the chess puzzle would happen before acquisition of the cookie, but that broke this - and who knows what else. I moved it back, for now, while I consider what to do for the chess issue...
 
Top