Sorrow Tweak Reset Error

Issue #67 resolved
Former user created an issue

Checking the codebase out of interest, noticed the recent change to BLS that was pulled to make it treated as a regular resource didn't include changes to preserve the entire amount held on reset, as was the case before the tweaks were pulled. A solution would be extending the

} else if (res.name == "elderBox"){

on line 2363 of game.js (at time of issue report) to something more like

} else if (res.name == "elderBox" || res.name == "sorrow"){

or similar in the same location, to ensure that all BLS is carried over through resets as intended. I'm not sure how major an issue this is, but it could be a rude surprise for anyone who resets with BLS if this isn't fixed before the next version.

Comments (1)

  1. Log in to comment