Closed hwoo79 closed 8 years ago
It looks like you have lockpick_type: master
in your yaml file. pick
uses that to refill your lockpick ring when it is done. Pick does a lookup on @lockpick_costs
to figure out how much money it needs to have on hand. Since master is not in that hash, you got an error.
I'll add a check for unknown pick types and not refill the ring in that case.
I'm sure this has something to do with a setting that I'm missing in my yaml, but I've tried to search for
ensure_copper_on_hand
andlockpick_costs
and am coming up with nothing.