I caught a typo

“006”: “I wonder if I could get out of chopping wood by pretending to have a splinter? Oh right, it woudln’t be pretending.”

i18n(stonehearth:locales:en.json:data.personalty.chopping_wood.chopping_logs.logs.loveable_roge.006)

It should state that it wouldn’t be pretending.

5 Likes

Fixed and checked in. Thanks!

5 Likes

If only all water / construction bugs were as easy to fix as typos.

5 Likes

Tell me about it. :stuck_out_tongue:

5 Likes

well some are cause they are caused by a typo : and ; mix one up somewhere and watch a coder go mad trying to figure out what is wrong. And that isn’t even the worst one. the worst one is tab and spaces in some programs.

The worst one of these I ever encountered was a result of an extraneous , in c++. At the time I didn’t know what the behavior of the comma operator was in the language, and it was maddening tracking down the problem.